diff options
Diffstat (limited to 'pistar-send-activity-report')
| -rwxr-xr-x | pistar-send-activity-report | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pistar-send-activity-report b/pistar-send-activity-report deleted file mode 100755 index 034c785..0000000 --- a/pistar-send-activity-report +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -if [ -z $1 ] || [ -z $2 ]; then - echo "Usage: $0 SEND_ADDR REC_ADDR[,REC_ADDR...]" - exit 1 -fi - -/usr/local/sbin/pistar-activity-report -s "$1" -r "$2" | sendmail -oi -oem "$2" |
