Skip to content

Instantly share code, notes, and snippets.

@Pringley
Created December 7, 2012 02:10
Show Gist options
  • Save Pringley/4230180 to your computer and use it in GitHub Desktop.
Save Pringley/4230180 to your computer and use it in GitHub Desktop.
Sample maitred pingpong app
#!/bin/bash
while true
do
read
echo "pong"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment