3 řádky
65 B
Bash
Spustitelný soubor
3 řádky
65 B
Bash
Spustitelný soubor
#!/bin/sh
|
|
set -eu
|
|
jq -rM < example-state.json ".devices[\"$1\"]"
|