diff options
| -rwxr-xr-x | send_game | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/send_game b/send_game new file mode 100755 index 0000000..bb758ab --- /dev/null +++ b/send_game @@ -0,0 +1,6 @@ +#!/bin/bash + +jq . "$1" | curl "https://jpappel.xyz/toggle/query" \ + --header "Content-Type: application/json" \ + --request POST \ + -d @- |
