Diff for /reports/sendcalendar.sh between versions 1.1 and 1.3

version 1.1, 2003/05/22 18:01:50 version 1.3, 2007/08/12 21:48:34
Line 1 Line 1
 #!/bin/sh  #!/bin/sh
 #ADDRESS="chronicles@chgk.info"  ADDRESS="chronicles@chgk.info"
 ADDRESS=boris  #ADDRESS=boris
 URL=http://letopis.chgk.info/calendar.html  URL=http://letopis.chgk.info/calendar.html
   
 echo "Sending notification to $ADDRESS"  echo "Sending notification to $ADDRESS"
Line 23  echo >> calendar.txt Line 23  echo >> calendar.txt
 echo "--" >> calendar.txt  echo "--" >> calendar.txt
 echo "Ваш робот" >> calendar.txt  echo "Ваш робот" >> calendar.txt
 echo >> calendar.txt  echo >> calendar.txt
 # fortune /usr/local/share/games/fortunes >> letter.txt  fortune lec >> calendar.txt
 mail -s "Novosti v kalendare" $ADDRESS < calendar.txt  mail -s "Novosti v kalendare" $ADDRESS < calendar.txt

Removed from v.1.1  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>