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

5 lines
59 B
Bash
Executable File

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