From c2b8235b0e3506d0d36ac626c5df84edd7c58740 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Wed, 12 Apr 2017 11:44:39 +0200 Subject: dmarcstats --- dmarcstats.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 dmarcstats.sh (limited to 'dmarcstats.sh') diff --git a/dmarcstats.sh b/dmarcstats.sh new file mode 100755 index 0000000..5194c65 --- /dev/null +++ b/dmarcstats.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +FLASK_DEBUG=$1 FLASK_APP=dmarcstats.py python -m flask run -- cgit v1.2.3-54-g00ecf