start.sh 153 B

1234567
  1. #!/bin/bash
  2. # Copyright (c) Jupyter Development Team.
  3. # Distributed under the terms of the Modified BSD License.
  4. set -e
  5. exec sh -c "env PATH=$PATH $*"