Skip to content

Instantly share code, notes, and snippets.

@akanehara
Created October 14, 2015 11:12
Show Gist options
  • Select an option

  • Save akanehara/c7f0a36c6727d7e2e240 to your computer and use it in GitHub Desktop.

Select an option

Save akanehara/c7f0a36c6727d7e2e240 to your computer and use it in GitHub Desktop.
while true; do (echo "HTTP/1.0 200 OK";echo;echo;echo "meow.") | nc -l 10000; [ $? -ne 0 ] && break; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment