start 143 B

123456789
  1. set -e
  2. # Sets the environment for Binder
  3. export PYTHONPATH=../:../dependencies/pythonpdevs/src/:$PYTHONPATH
  4. echo "starting up..."
  5. exec "$@"