diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2021-12-08 05:39:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2023-06-20 04:27:57 +0000 |
commit | 43e728212c0b82f8889f653a0c9d21d4d38022ff (patch) | |
tree | cfef754a31b9250f0a7ccbd8ab0ce26d7767bd80 /irker/bin/test.sh | |
parent | Releasing version 20221226. (diff) | |
download | service-tools-43e728212c0b82f8889f653a0c9d21d4d38022ff.tar.xz service-tools-43e728212c0b82f8889f653a0c9d21d4d38022ff.zip |
irker (WIP)
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'irker/bin/test.sh')
-rwxr-xr-x | irker/bin/test.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/irker/bin/test.sh b/irker/bin/test.sh new file mode 100755 index 0000000..faeb8fe --- /dev/null +++ b/irker/bin/test.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +curl -i \ + --header "Content-Type: application/json" \ + --request POST \ + --data '{ + "target":"abc", + "message":"xyz xyz" + }' \ + https://irker.open-infrastructure.net/test.py |