Onionr/onionr.sh

5 lines
59 B
Bash
Raw Normal View History

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