1
0
Fork 0
mirror of https://github.com/adnanh/webhook.git synced 2026-01-23 18:34:49 +00:00
webhook/process_webhook.sh
2019-11-04 17:50:42 +00:00

7 lines
104 B
Bash
Executable file

#!/bin/sh
tmpfile=`mktemp order.XXXXXXXX`
echo $1 > $tmpfile
echo "{\"posOrderId\":\""`uuidgen`\""}"