blob: 91202384516d4a159be0ad4ebe5100b99f75db64 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
curl -i \
--header "Content-Type: application/json" \
--request POST \
--data '{
"target":"foo; touch /bar",
"message":"xyz xyz"
}' \
https://irker.open-infrastructure.net/test.py
|