4 lines
85 B
Bash
4 lines
85 B
Bash
#!/usr/bin/env bash
|
|
# shellcheck disable=SC2048,SC2086
|
|
|
|
docker exec hassio_cli ha $*
|