summaryrefslogtreecommitdiffstats
path: root/perf-framework/send_mail
diff options
context:
space:
mode:
Diffstat (limited to 'perf-framework/send_mail')
-rwxr-xr-xperf-framework/send_mail8
1 files changed, 8 insertions, 0 deletions
diff --git a/perf-framework/send_mail b/perf-framework/send_mail
new file mode 100755
index 0000000..e44f29b
--- /dev/null
+++ b/perf-framework/send_mail
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+CONFIG_FILE=gf_perf_config
+source $CONFIG_FILE
+
+./calc_avg "$@" > /tmp/run_all
+
+scp /tmp/run_all $EMAIL/run_all;