This commit is contained in:
2023-12-26 22:36:39 +08:00
parent ec8ef4b9ba
commit 62c768bdeb
9 changed files with 256 additions and 0 deletions

View 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 "$@"