Onionr/onionr.sh

6 lines
109 B
Bash
Raw Normal View History

2018-01-15 08:03:13 +00:00
#!/bin/sh
ORIG_ONIONR_RUN_DIR=`pwd`
export ORIG_ONIONR_RUN_DIR
2018-11-11 02:10:58 +00:00
cd "$(dirname "$0")"
cd src
./__init__.py "$@"