yohoPerformanceTestAuto_Job.sh 202 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 #!/bin/bash if [ -f ~/.bash_profile ]; then . ~/.bash_profile fi basepath=$(cd `dirname $0`; pwd) while true do ${basepath}/yohoPerformanceTestAuto_Gor_InfluxDB.sh $1 1>/dev/null 2>&1 sleep 7 done