Skip to content

Instantly share code, notes, and snippets.

@0x0dea
Created September 8, 2015 06:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0x0dea/8a2dc107dfa07c5f8fe2 to your computer and use it in GitHub Desktop.
Save 0x0dea/8a2dc107dfa07c5f8fe2 to your computer and use it in GitHub Desktop.
command_not_found_handle() {
echo $1 | tr '\na-z' '\0-\32' | od -v -An -td1 -w1 | paste -sd + | bc
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment