filesd/startup.sh
2014-05-22 04:34:23 -07:00

4 lines
78 B
Bash
Executable File

#!/bin/bash
cd "$( dirname "${BASH_SOURCE[0]}" )"
python main.py >/dev/null &