aboutsummaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2023-06-19 18:04:24 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2023-06-19 18:04:24 +0200
commit7ba7354f016bed3ff3b2afff5ecb1aa919a8ed26 (patch)
tree4c1f12b3629a42ac031edf90691f0c63fef1a8ee /check
parentbf66286309fedc6f0a92d0cd9681d4c6484f30d9 (diff)
Flask Hello World
Diffstat (limited to 'check')
-rwxr-xr-xcheck3
1 files changed, 3 insertions, 0 deletions
diff --git a/check b/check
index 331883f..45b03c8 100755
--- a/check
+++ b/check
@@ -37,6 +37,9 @@ case $SUBCMD in
"static")
bandit --recursive --number=3 -lll -iii .
;;
+ "run")
+ flask --app kerbana --debug run
+ ;;
*)
echo "No such subcommand $SUBCMD"
;;