mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 12:01:25 +00:00
Initial support for Network commands (#55)
This commit is contained in:
parent
8dd7f9faaa
commit
c610889a73
2 changed files with 277 additions and 0 deletions
|
@ -80,6 +80,8 @@ source "${__BASHIO_LIB_DIR}/jq.sh"
|
|||
source "${__BASHIO_LIB_DIR}/multicast.sh"
|
||||
# shellcheck source=lib/net.sh
|
||||
source "${__BASHIO_LIB_DIR}/net.sh"
|
||||
# shellcheck source=lib/network.sh
|
||||
source "${__BASHIO_LIB_DIR}/network.sh"
|
||||
# shellcheck source=lib/os.sh
|
||||
source "${__BASHIO_LIB_DIR}/os.sh"
|
||||
# shellcheck source=lib/pwned.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue