Skip to content

Instantly share code, notes, and snippets.

@nathanharper
Created April 23, 2015 14:39
Show Gist options
  • Save nathanharper/07c3e13ffe21e268c9e3 to your computer and use it in GitHub Desktop.
Save nathanharper/07c3e13ffe21e268c9e3 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
nc -l localhost 12345
curl -H "Content-Type: application/json" -X POST -d '{"lol": "data"}' http://localhost:12345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment