]> git.pld-linux.org Git - packages/fortune-mod.git/blob - fortune-mod.csh
- skip fortune displays on non-interactive shells (cron for example)
[packages/fortune-mod.git] / fortune-mod.csh
1 #!/bin/csh
2
3 tty -s
4 if ($status == 0) then
5         echo
6         fortune -s
7         echo
8 endif
This page took 0.058731 seconds and 4 git commands to generate.