Looking for a program that can save my programs and preferences so that when i
do reinstall i don't have to individually configure each program with it's preferences.
much appreciated.
vj ALL=(ALL) NOPASSWD: /path/to/the/program
host_list=("c15-0330-01.ad.mtu.edu" "c15-0330-02.ad.mtu.edu" "c15-0330-03.ad.mtu.edu" "c15-0330-04.ad.mtu.edu") program=("L_1" "L_4" "L_3" "L_4") subject="The job is finished" START=$(date +"r") address="/home/campus27/zwang10/Desktop/AWRR/program/power/vmodel_1/nprot/K_10" ssh -f "${host_list[0]}" "cd '$address' && nohup Rscript '${program[0]}.R' > '${program[0]}_sh.txt';echo 'The job\n $address\n${program[0]} is finished\nSTART TIME = $START\n' END TIME =`date +"%r"` | mutt zwang10@mtu.edu -s '${host_list[0]} - Job ${program[0]}.R finished' -a '$address/${program[0]}_sh.txt';"