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