Your IP : 216.73.217.87


Current Path : /etc/profile.d/
Upload File :
Current File : //etc/profile.d/bsd-games-login-fortune.sh

#!/bin/sh
# Print a fortune cookie for interactive shells:

case $- in
*i* )  # We're interactive
  echo
  fortune fortunes fortunes2 linuxcookie
  echo
  ;;
esac