From 77fe087b2edc25a90361ea80691530f376e2dc46 Mon Sep 17 00:00:00 2001 From: "Jason D. McCormick" Date: Wed, 19 Jun 2019 17:46:07 -0400 Subject: added --- pistar-send-activity-report | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 pistar-send-activity-report (limited to 'pistar-send-activity-report') diff --git a/pistar-send-activity-report b/pistar-send-activity-report new file mode 100755 index 0000000..034c785 --- /dev/null +++ b/pistar-send-activity-report @@ -0,0 +1,8 @@ +#!/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" -- cgit v1.2.3