summaryrefslogtreecommitdiffstats
path: root/source/y/bsd-games/bsd-games-login-fortune.sh
blob: 598929fe4a412e3ddcea140c2973ccd8c64b7222 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
# Print a fortune cookie for interactive shells:
if [[ $- = *i* ]]; then
  echo
  fortune fortunes fortunes2 linuxcookie
  echo
fi