Skip to content

Instantly share code, notes, and snippets.

@koi8-r
Created March 21, 2015 19:50
Show Gist options
  • Select an option

  • Save koi8-r/e8985ef13b7193a62735 to your computer and use it in GitHub Desktop.

Select an option

Save koi8-r/e8985ef13b7193a62735 to your computer and use it in GitHub Desktop.
while [ -f /tmp/8034 ]; do cat <<EOF | nc -q 1 -l -p 8034
HTTP/1.0 200 OK
Content-Type: application/json
[
{ "id" : 0, "login" : "root" },
{ "id" : 1001, "login" : "koi8-r" }
]
EOF
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment