Files
Document-Management-System-…/laradock/jupyterhub/start.sh

8 lines
153 B
Bash
Raw Normal View History

2021-04-07 06:32:42 -04:00
#!/bin/bash
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
set -e
exec sh -c "env PATH=$PATH $*"