diff options
author | francis <francis> | 2008-08-29 09:44:31 +0000 |
---|---|---|
committer | francis <francis> | 2008-08-29 09:44:31 +0000 |
commit | 1b8a047455d256c2a609169b76d4f6ae91b91c61 (patch) | |
tree | fe17d900c12c4a3496c32ff444ac9344e8651604 /script/alert-comment-on-request | |
parent | f42ffcf27a0e8f893534a3f5a4e2e2cdc3603fcc (diff) |
Comment alerts.
Diffstat (limited to 'script/alert-comment-on-request')
-rwxr-xr-x | script/alert-comment-on-request | 7 |
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' + + |