0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 12:40:25 +00:00
cowboy/examples/echo_post/curl_post.sh

3 lines
51 B
Bash
Raw Normal View History

2012-07-21 22:19:13 +02:00
#!/bin/sh
curl -i -d echo=$1 http://localhost:8080