]> git.pld-linux.org Git - packages/fortune-mod.git/blob - fortune-mod.csh
BR: libstdc++-devel
[packages/fortune-mod.git] / fortune-mod.csh
1 #!/bin/csh
2 # skip fortunes on cron mails.
3 tty -s
4 if ( $? == 0 ) then
5         echo
6         fortune -s
7         echo
8 endif
This page took 0.040375 seconds and 3 git commands to generate.