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