Files
2024-12-01 05:10:40 +01:00

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 ) } }'