#pemret d'envoyer un mail au TC avec 2 syntaxe # #script_mail "sujet du message" [fichier message] #script_mail [fichier message] if [ $# = 0 ] then echo "manque les arguments" exit fi if [ $# = 2 ] then t=$2 s="$1" fi if [ $# = 1 ] then t=$1 s="" fi mail -s "$s" angeles@foen.mcrcim.mcgill.edu <$t mail -s "$s" Herman.Bruyninckx@mech.kuleuven.ac.be <$t mail -s "$s" Ceccarelli@ing.unicas.it <$t mail -s "$s" gregc@jhu.edu <$t mail -s "$s" gosselin@gmc.ulaval.ca <$t mail -s "$s" hiller@mechatronik.uni-duisburg.de <$t mail -s "$s" hongri@ysu.edu.cn <$t mail -s "$s" husty@unileoben.ac.at <$t mail -s "$s" kumar@central.cis.upenn.edu <$t mail -s "$s" jadran.lenarcic@ijs.si <$t mail -s "$s" fcp@plaza.snu.ac.kr <$t mail -s "$s" shoham@techunix.technion.ac.il <$t mail -s "$s" tanio@bgcict.acad.bg <$t mail -s "$s" tadokoro@in.kobe-u.ac.jp <$t mail -s "$s" wenger@lan.ec-nantes.fr <$t mail -s "$s" tshoup@scuacc.scu.edu <$t mail -s "$s" merlet <$t exit