This website requires JavaScript.
Explore
Help
Register
Sign In
lksz
/
PowerShell_Scripts
Watch
1
Star
0
Fork
You've already forked PowerShell_Scripts
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
84d533a210
PowerShell_Scripts
/
HomeAssistant
/
hass.ps1
3 lines
100 B
PowerShell
Raw
Blame
History
if
(
$args
)
{
docker
exec
homeassistant
hass
$args
}
else
{
docker
exec
homeassistant
hass
-
-help
}
Reference in New Issue
View Git Blame
Copy Permalink