5 lines
59 B
Bash
5 lines
59 B
Bash
|
#!/bin/sh
|
||
|
cd "$(dirname "$0")"
|
||
|
cd onionr/
|
||
|
./onionr.py "$@"
|