OILS / bin / opyc View on Github | oilshell.org

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