Skip to content

Instantly share code, notes, and snippets.

@loansindi
Last active August 29, 2015 14:02
Show Gist options
  • Save loansindi/b22b6029b25059187bf9 to your computer and use it in GitHub Desktop.
Save loansindi/b22b6029b25059187bf9 to your computer and use it in GitHub Desktop.
Battery monitor using awk
while true;
do
clear
acpi | gawk '{print $4};' | figlet
sleep 60
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment