#!/bin/ash
#ntf -a "$@ "

if [ -x /usr/bin/python ];then
    /usr/bin/python "$@" #&
#elif [ -x /usr/bin/python2.7 ];then /usr/bin/python2.7 "$@" #&
elif [ "`basename "$1"`" = "youtube-dl" ];then /usr/bin/python2.7 "$@" #&
else
    /usr/bin/python "$@" #&
fi