Files
arthur-os/bin/omarchy-restart-wifi
T

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