asterisk-misc/ring_mon/get-status

4 lines
65 B
Text
Raw Normal View History

2022-03-04 02:35:29 +01:00
#!/bin/sh
set -eu
jq -rM < example-state.json ".devices[\"$1\"]"