]> git.pld-linux.org Git - packages/fortune-mod.git/blame - fortune-mod.sh
BR: libstdc++-devel
[packages/fortune-mod.git] / fortune-mod.sh
CommitLineData
747635fc
ER
1#!/bin/sh
2# skip fortunes on cron mails.
11c7beed 3if tty -s; then
17d6feea 4 echo
5 fortune -s
6 echo
7fi
This page took 0.238704 seconds and 4 git commands to generate.