Skip to content

Instantly share code, notes, and snippets.

@uiur
Created August 8, 2015 06:07
Show Gist options
  • Save uiur/89eb73779b6b024579e9 to your computer and use it in GitHub Desktop.
Save uiur/89eb73779b6b024579e9 to your computer and use it in GitHub Desktop.
while (true); do echo "Waiting..." ; nc -l -p 8080 | pbcopy; echo "Copied: "; pbpaste | sed 's/^/ /'; done
echo "meow" | nc -c localhost 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment