Another small update.
[Python-Scripts.git] / PySmile / pysmile-gen
blob38fa835fb51ad1d910852437fcdfe839e044beef
1 #!/bin/sh
3 if [ -z "${PYTHON}" ]; then
4 export PYTHON="$(/usr/bin/which python2)"
5 fi
6 if [ -z "${CC}" ]; then
7 export CC="$(/usr/bin/which gcc)"
8 fi
9 ${PYTHON} -b -B -x "./pysmile.py" "$@"