diff --git a/pong.sh b/pong.sh new file mode 100755 index 0000000..7cb49fb --- /dev/null +++ b/pong.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +#STTY='-icanon -pendin -echo' +make textpong +if [ $? == 0 ]; then + stty -icanon -pendin -echo + ./textpong +fi