pallet / stevedore

A shell script embedding in clojure
93 stars 14 forks source link

Create command to find return code #6

Closed frenchy64 closed 5 years ago

frenchy64 commented 13 years ago

Bash is stored in $?. Windows is in ERRORLEVEL.

hugoduncan commented 13 years ago

Do we need functions for testing success and failure too?