Files
omarchy/bin/omarchy-restart-wifi
David Heinemeier Hansson 9741b29a7c Describe the rest of the bins
2026-02-07 10:50:48 +01:00

8 lines
123 B
Bash
Executable File

#!/bin/bash
# Unblock and restart the Wi-Fi service.
echo -e "Unblocking wifi...\n"
rfkill unblock wifi
rfkill list wifi