Permalink
Find file
Fetching contributors…
Cannot retrieve contributors at this time
executable file 5 lines (4 sloc) 125 Bytes
PID=`pgrep jupyterhub`
[ -z "$PID" ] && echo "Cannot find jupyterhub running" && exit 1
pkill -1 jupyterhub
echo "Reloaded"