summaryrefslogtreecommitdiffstats
path: root/perf-framework/send_mail
blob: e44f29bbb7a7a7b948b9589d9a61ad13abf2e126 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

CONFIG_FILE=gf_perf_config
source $CONFIG_FILE

./calc_avg "$@" > /tmp/run_all

scp /tmp/run_all $EMAIL/run_all;