Skip to content

Instantly share code, notes, and snippets.

@dj-jrkface
Created March 24, 2013 01:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dj-jrkface/5230087 to your computer and use it in GitHub Desktop.
Save dj-jrkface/5230087 to your computer and use it in GitHub Desktop.
named pipe
mkfifo mypipe-$$
cat mypipe-$$ | nc -l $1 | /home/jae/cs3157-pub/bin/mdb-lookup-cs3157 > mypipe-$$
rm mypipe-$$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment