aboutsummaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rwxr-xr-xscript/alert-comment-on-request7
1 files changed, 7 insertions, 0 deletions
diff --git a/script/alert-comment-on-request b/script/alert-comment-on-request
new file mode 100755
index 000000000..006ba15f6
--- /dev/null
+++ b/script/alert-comment-on-request
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+LOC=`dirname $0`
+
+$LOC/runner 'RequestMailer.alert_comment_on_request'
+
+