aboutsummaryrefslogtreecommitdiff
path: root/commands/freebsd/jails/list
blob: b7e009ee3ab383fd576573eda6321fb940a83ace (plain) (blame)
1
2
3
4
5
6
#!./cloyster

ensure_command_exists jls

list=$(jls --libxo json | jq -r '.["jail-information"].jail | @json')
return_result "${list}"