Files
wevia-brain/wevia-notify.sh
2026-04-12 23:01:36 +02:00

3 lines
176 B
Bash
Executable File

#!/bin/bash
curl -sf -X POST http://localhost:8065/api/v4/posts -H 'Content-Type: application/json' -d "{\"channel_id\":\"town-square\",\"message\":\"BLADE: $1\"}" 2>/dev/null