4 lines
131 B
Plaintext
Executable File
4 lines
131 B
Plaintext
Executable File
#!/command/with-contenv bashio
|
|
|
|
/usr/bin/vhclient -t list | awk '{ if ($1 ~ /-->/) { print substr($0, 8, index($0, ")") - 7 ) } }'
|