Onionr/onionr.sh

7 lines
142 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
2022-06-14 15:55:38 +00:00
export PYTHONDONTWRITEBYTECODE=1
2018-11-11 02:10:58 +00:00
cd "$(dirname "$0")"
cd src
./__init__.py "$@"