diff options
Diffstat (limited to '.scripts/airplay')
-rwxr-xr-x | .scripts/airplay | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.scripts/airplay b/.scripts/airplay new file mode 100755 index 0000000..0fa8302 --- /dev/null +++ b/.scripts/airplay @@ -0,0 +1,8 @@ +#!/bin/env sh + +sudo systemctl start avahi-daemon +sudo systemctl stop ufw +sleep 1 +uxplay +sudo systemctl start ufw +sudo systemctl stop avahi-daemon |