Files
minicalosim/docker/start-notebook.sh
T
Jan Kieseler f1635306a0 added files
2024-07-23 16:43:00 +02:00

6 lines
152 B
Bash
Executable File

#!/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 "$@"