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
|