mirror of
https://github.com/adnanh/webhook.git
synced 2025-10-04 05:31:03 +00:00
7 lines
104 B
Bash
Executable file
7 lines
104 B
Bash
Executable file
#!/bin/sh
|
|
|
|
tmpfile=`mktemp order.XXXXXXXX`
|
|
|
|
echo $1 > $tmpfile
|
|
|
|
echo "{\"posOrderId\":\""`uuidgen`\""}"
|