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