diff options
author | Teddy Wing | 2021-02-14 00:29:04 +0100 |
---|---|---|
committer | Teddy Wing | 2021-02-14 01:35:24 +0100 |
commit | 7691fd7f8181b29c7a7bcc39eecde2294a5b2e2e (patch) | |
tree | 22e8c80b43e113dd4b201d8b58220644105b4961 | |
parent | 28f4c7428bc7319a335f18e9ac6ef00cfef54c24 (diff) | |
download | cl-sysexits-7691fd7f8181b29c7a7bcc39eecde2294a5b2e2e.tar.bz2 |
Add READMEv1.0.0
-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 |