From 7691fd7f8181b29c7a7bcc39eecde2294a5b2e2e Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 14 Feb 2021 00:29:04 +0100 Subject: Add README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md 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 -- cgit v1.2.3