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