mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 09:48:50 +01:00
8 lines
84 B
Bash
Executable File
8 lines
84 B
Bash
Executable File
#!/bin/bash
|
|
|
|
BASENAME=$(dirname "$0")
|
|
|
|
cd "$BASENAME"/sys.py || exit
|
|
|
|
python run.py
|