diff options
Diffstat (limited to 'inboxapp-service/go')
-rwxr-xr-x | inboxapp-service/go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inboxapp-service/go b/inboxapp-service/go new file mode 100755 index 00000000..58de297a --- /dev/null +++ b/inboxapp-service/go @@ -0,0 +1,4 @@ +#!/bin/bash + +export SMAIL_BACK_CFG=../config/inboxapp.cfg +python app/smailback.py |