diff options
Diffstat (limited to '.scripts/airplay')
-rwxr-xr-x | .scripts/airplay | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.scripts/airplay b/.scripts/airplay index 0fa8302..c01099d 100755 --- a/.scripts/airplay +++ b/.scripts/airplay @@ -1,8 +1,6 @@ #!/bin/env sh sudo systemctl start avahi-daemon -sudo systemctl stop ufw sleep 1 -uxplay -sudo systemctl start ufw +uxplay -n melvin -nh -p sudo systemctl stop avahi-daemon |