Created
July 24, 2019 14:44
-
-
Save funkyremi/c7279d2b1730e8ab6ea9c2e6ccd47094 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Get remaining battery time | |
pmset -g batt|grep remaining|cut -d" " -f1,5 | |
# Update Database (for locate) | |
sudo /usr/libexec/locate.updatedb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment