]>
gitweb.michael.orlitzky.com - mailshears.git/blob - lib/common/exit_codes.rb
1 # Command-line exit codes. In other words, what you'll see if you
2 # <tt>echo $?</tt> after running the executable on the command-line.
4 # Everything went better than expected.
7 # The command-line arguments were not what we expected.