]> git.pld-linux.org Git - packages/fortune-mod.git/blob - fortune-mod.sh
- skip fortune displays on non-interactive shells (cron for example)
[packages/fortune-mod.git] / fortune-mod.sh
1 #!/bin/sh
2 # skip fortunes on cron mails.
3 tty -s || exit 0
4
5 echo
6 fortune -s
7 echo
This page took 0.024167 seconds and 4 git commands to generate.