]> git.pld-linux.org Git - packages/fortune-mod.git/blame - fortune-mod.sh
- don't exit() from /etc/profile
[packages/fortune-mod.git] / fortune-mod.sh
CommitLineData
747635fc
ER
1#!/bin/sh
2# skip fortunes on cron mails.
ef1600d6 3tty -s
4if [ $? -eq 0 ]; then
17d6feea 5 echo
6 fortune -s
7 echo
8fi
This page took 0.286468 seconds and 4 git commands to generate.