OILS
/
bin
/ opyc
View on Github
|
oilshell.org
6 lines, 4 significant
1
#!/bin/sh
2
3
# This file MANUALLY written, not generated.
4
5
REPO_ROOT=$(cd "$(dirname $0)/.."; pwd)
6
PYTHONPATH=$REPO_ROOT:$REPO_ROOT/vendor exec $REPO_ROOT/opy/opy_main.py "$@"