Skip to content

Instantly share code, notes, and snippets.

@kylewin
Created May 6, 2025 03:42
Show Gist options
  • Save kylewin/ec87998827594085e887c7fabf35af7b to your computer and use it in GitHub Desktop.
Save kylewin/ec87998827594085e887c7fabf35af7b to your computer and use it in GitHub Desktop.
macos-scheduled-wfbt
0 0 * * * /usr/sbin/networksetup -setairportpower en0 off && /opt/homebrew/bin/blueutil --power 0
0 8 * * * /usr/sbin/networksetup -setairportpower en0 on && /opt/homebrew/bin/blueutil --power 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment