]> git.pld-linux.org Git - packages/fortune-mod.git/blame_incremental - fortune-mod.sh
fix infinite loop during build on aarch64
[packages/fortune-mod.git] / fortune-mod.sh
... / ...
CommitLineData
1#!/bin/sh
2# skip fortunes on cron mails.
3if tty -s; then
4 echo
5 fortune -s
6 echo
7fi
This page took 0.047545 seconds and 4 git commands to generate.