declutter by using default filenames

This commit is contained in:
Patrick Jentsch
2024-04-10 13:52:33 +02:00
parent 268da220d2
commit cdf6f9fcfd
6 changed files with 4 additions and 6 deletions

View File

@ -24,7 +24,7 @@ if [[ "${#}" == "0" ]]; then
sleep 5
done
fi
python3 nopaque.py
python3 wsgi.py
elif [[ "${1}" == "flask" ]]; then
flask ${@:2}
elif [[ "${1}" == "--help" || "${1}" == "-h" ]]; then