7 lines
130 B
Bash
7 lines
130 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cat <<EOF
|
||
|
{ "gruppe1": { "hosts": ["host1", "host2"] }, "gruppe2": { "hosts": ["host3", "host4"] }, "_meta": {} }
|
||
|
EOF
|
||
|
|