init
This commit is contained in:
5
spawnerdockerfile/start-notebook.sh
Executable file
5
spawnerdockerfile/start-notebook.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# Shim to emit warning and call start-notebook.py
|
||||
echo "WARNING: Use start-notebook.py instead"
|
||||
|
||||
exec /usr/local/bin/start-notebook.py "$@"
|
||||
Reference in New Issue
Block a user