Onionr/onionr.sh

9 lines
197 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
2022-11-22 05:57:14 +00:00
export PYTHONUNBUFFERED=1
export PYTHONOPTIMIZE="true"
2018-11-11 02:10:58 +00:00
cd "$(dirname "$0")"
cd src
./__init__.py "$@"