onionr/onionr.sh
2019-02-02 03:49:11 +00:00

4 lines
59 B
Bash
Executable file

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