Bash

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
m (Created page with '==Command Not Found== <source lang="bash"> function command_not_found_handle { echo "Hello" return 127 } </source>')

Revision as of 10:40, 21 March 2012

Command Not Found

function command_not_found_handle {
  echo "Hello"
  return 127
}
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox