Files
dotfiles/.local/bin/station-restart-wifi

8 lines
123 B
Plaintext
Raw Normal View History

2026-03-06 22:33:30 +00:00
#!/bin/bash
# Unblock and restart the Wi-Fi service.
echo -e "Unblocking wifi...\n"
rfkill unblock wifi
rfkill list wifi