16 # Get the HTTP Server:
17 [ ! -f .httpServer ] && _exit "Can't found '`pwd`/.httpServer' to use with curl tool."
18 SERVER=`cat .httpServer`
21 [ "$1" = "" ] && _exit "Usage: $0 <operation string>; i.e.: $0 help"
23 #TRACE="--trace-ascii curl_log.txt"
24 curl -m 1 --data "$1" $SERVER