run.sh: be posix-lier

This commit is contained in:
bretello 2024-06-14 18:19:48 +02:00
parent 87c17a2bda
commit 4eee23e284
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

2
run.sh
View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh #!/usr/bin/env sh
source .venv/bin/activate . .venv/bin/activate
flask run --port 8080 flask run --port 8080