PySolFC/pysol-start-script
2019-04-28 04:26:21 +01:00

3 lines
51 B
Bash

#!/bin/sh
/usr/share/PySolFC/pysol.py "$@"
exit $?