diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..9f47abd --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +sysexits +======== + +Sysexits provides constants for the exit codes defined in [sysexits.h]. + + +## Install +Clone the project to your ASDF or Quicklisp source registry: + + $ git clone https://github.com/teddywing/cl-sysexits.git ~/quicklisp/local-projects/sysexits + + +## License +Licensed under the BSD 3-Clause license (see the included LICENSE file). + + +[sysexits.h]: http://man.openbsd.org/sysexits |