# Yape shell activation
# USAGE: [path to shell activate] [shell executable] [other args]
source "$1"
shift
"$@" || exit $?
