This commit is contained in:
Milan Hauth 2022-09-30 09:37:36 +02:00
parent 9e67e7a9d1
commit 6fbd0ff6ce

View file

@ -1,4 +1,10 @@
#!/bin/sh
#! /bin/sh
# start a webserver without caching
# for local development and browsing
# dont use "python -m http.server"
# as we cannot easily disable caching
script="$(readlink -f "$0")"