You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.
Bourne again shell.
# restart the server in case of failure logger "Starting server.py" until /usr/bin/python server.py 1234; do logger "Server crashed with exit code $?. Respawning.." sleep 1 done