#!/bin/dash export PATH=$PATH:/bin:/usr/bin PYTHON=python3 if [ -e /usr/bin/python2.6 ] ; then PYTHON=python3 fi exec $PYTHON "$@"