diff options
-rwxr-xr-x | bin/interpret-mail | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/interpret-mail b/bin/interpret-mail index 5ddf69a..ffbb6cf 100755 --- a/bin/interpret-mail +++ b/bin/interpret-mail @@ -3,6 +3,8 @@ # shellcheck source=conf/default.conf . "${0%/*}/../conf/default.conf" +# TODO: enable email interface to reschedule builds + if [ $# -ne 0 ]; then >&2 echo '' >&2 echo 'usage: interpret-mail' |