Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 548 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 548 Bytes

fortune-hypernode-hints for Hypernode

To display a Hypernode hint each time you start a new shell, use one of the following code fragments in your shell startup file:

For bash, place this fragment in your .bashrc

if [ -x /usr/games/fortune ]; then
  /usr/games/fortune hypernode-hints
  echo ""
fi

This is a fork of fortunes-debian-hints. See FortunesDebianHints for more information.