3 echo "--------------------------------------------------"
4 echo "If you want to be the server [the player who types"
5 echo "the word for the other player to try to find] then"
6 echo "run hang-server "
7 echo "--------------------------------------------------"
8 echo "If you want to be the client [the player who tries"
9 echo "to find the word that the server types] then run "
10 echo "hang-client [the server ip] "
11 echo "--------------------------------------------------"