Give output on what's intended to happen

This commit is contained in:
David Heinemeier Hansson
2025-09-19 17:44:13 -04:00
parent 779c1b9ecc
commit ba743c623d
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
echo -e "Unblocking bluetooth...\n"
rfkill unblock bluetooth rfkill unblock bluetooth
rfkill list bluetooth rfkill list bluetooth

View File

@@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
echo -e "Unblocking wifi...\n"
rfkill unblock wifi rfkill unblock wifi
rfkill list wifi rfkill list wifi