3 lines
176 B
Bash
Executable File
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
|