aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/send_game
blob: bb758abc7ed27165738f757987f72e5c335a4dcf (plain) (blame)
1
2
3
4
5
6
#!/bin/bash

jq . "$1" | curl "https://jpappel.xyz/toggle/query" \
    --header "Content-Type: application/json" \
    --request POST \
    -d @-