updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / fortune-mod-profile / fortune.sh
blob8b170b9bb1a50249b988d15495740c142be0d73f
1 #!/bin/sh
2 # Print a fortune cookie for interactive shells:
3 if [[ $- = *i* ]]; then
4 echo
5 fortune -a
6 echo
7 fi