6 lines
152 B
Bash
6 lines
152 B
Bash
|
#!/bin/bash
|
||
|
# Shell script to start Tartube on MS Windows, using the MSYS2 environment
|
||
|
# provided by the Tartube installer
|
||
|
cd tartube
|
||
|
python3 tartube
|