aboutsummaryrefslogtreecommitdiffstats
path: root/script/alert-new-response-reminders
diff options
context:
space:
mode:
authorfrancis <francis>2008-03-24 09:35:23 +0000
committerfrancis <francis>2008-03-24 09:35:23 +0000
commit5dccf065dbff50587d2c235eeac28ed98e87d53e (patch)
treee59e09fa4f4628b03cbfe169a0a0d27dc8b17453 /script/alert-new-response-reminders
parent788ddd480c7c131a5c04d0923ccb354a545c39b1 (diff)
Send email to remind people to classify their response.
Diffstat (limited to 'script/alert-new-response-reminders')
-rwxr-xr-xscript/alert-new-response-reminders7
1 files changed, 7 insertions, 0 deletions
diff --git a/script/alert-new-response-reminders b/script/alert-new-response-reminders
new file mode 100755
index 000000000..89ea117ab
--- /dev/null
+++ b/script/alert-new-response-reminders
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+LOC=`dirname $0`
+
+$LOC/runner 'RequestMailer.alert_new_response_reminders'
+
+