mirror of
https://github.com/kami-blue/client
synced 2025-04-11 04:01:38 +00:00
4 lines
151 B
Bash
Executable File
4 lines
151 B
Bash
Executable File
#!/bin/bash
|
|
UWUOWO=testingNyaa
|
|
curl -H "Content-Type: application/json" -X POST -d '{"username": "Automated Builds", "content": "$UWUOWO"}' "$WEBHOOK"
|