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