Onionr/RUN-LINUX.sh
2018-11-11 02:10:58 +00:00

5 lines
59 B
Bash
Executable File

#!/bin/sh
cd "$(dirname "$0")"
cd onionr/
./onionr.py "$@"