6 lines
174 B
Bash
Executable File
6 lines
174 B
Bash
Executable File
#!/bin/bash
|
|
# Shell script to start the Gtk test programme on MS Windows, using the MSYS2
|
|
# environment provided by the Tartube installer
|
|
cd tartube
|
|
python3 hello_world.py
|