Skip to content

Instantly share code, notes, and snippets.

@agausmann
Last active March 29, 2020 18:49
Show Gist options
  • Save agausmann/8e6e0d1865594cb91eac79e16d1979c0 to your computer and use it in GitHub Desktop.
Save agausmann/8e6e0d1865594cb91eac79e16d1979c0 to your computer and use it in GitHub Desktop.
Alternative to sed for status rewriting
# ...
# emojis omitted because I don't want to go fetch them
case "$status" in
Discharging) status="" ;;
Not charging) status="" ;;
Charging) status="" ;;
Unknown) status="" ;;
Full) status="" ;;
esac
# ...
@agausmann
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment