Advertisement
Guest User

Untitled

a guest
May 25th, 2020
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.12 KB | None | 0 0
  1. #!/bin/zsh
  2.  
  3. if [ `blueutil -p |grep 1` = "1" 2>/dev/null 2>/dev/null ]; then blueutil -p 0; else blueutil -p 1; fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement