aboutsummaryrefslogtreecommitdiffstats
path: root/script/alert-comment-on-request
diff options
context:
space:
mode:
authorfrancis <francis>2008-08-29 09:44:31 +0000
committerfrancis <francis>2008-08-29 09:44:31 +0000
commit1b8a047455d256c2a609169b76d4f6ae91b91c61 (patch)
treefe17d900c12c4a3496c32ff444ac9344e8651604 /script/alert-comment-on-request
parentf42ffcf27a0e8f893534a3f5a4e2e2cdc3603fcc (diff)
Comment alerts.
Diffstat (limited to 'script/alert-comment-on-request')
-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'
+
+