mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-05 11:41:34 +00:00
3 lines
112 B
Text
Executable file
3 lines
112 B
Text
Executable file
#!/usr/bin/env bashio
|
|
bashio::log.yellow "The 'hassio' command is deprecated, please use 'ha' instead!"
|
|
ha "$@"
|