turn off before bed
draft
Date:
2026-03-12
❯ what's a command to turn of wifi at a time?
echo 'networksetup -setairportpower en0 off' | at 22:00
Cron (recurring):
crontab -e Add: 0 1 * * * /usr/sbin/networksetup -setairportpower en0 off
By Ryan Wold · © 2026 Ryan Wold
Licensed CC BY-NC 4.0. AI training requires a license — machine-readable terms.
Tip: $afomi on HandCash · afomi@handcash.io