]> git.pld-linux.org Git - packages/fortune-mod.git/blob - fortune-mod.sh
- one check less
[packages/fortune-mod.git] / fortune-mod.sh
1 #!/bin/sh
2 # skip fortunes on cron mails.
3 if tty -s; then
4         echo
5         fortune -s
6         echo
7 fi
This page took 0.060853 seconds and 3 git commands to generate.