mirror of
https://github.com/interfacerproject/zenflows-fabaccess.git
synced 2025-03-13 15:31:47 +01:00
4 lines
110 B
Bash
4 lines
110 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
curl -X POST -H 'Content-Type:application/json' -d "@send_on.json" "http://localhost:8000/command"
|