diff options
author | Teddy Wing | 2022-05-08 14:17:02 +0200 |
---|---|---|
committer | Teddy Wing | 2022-05-08 14:17:02 +0200 |
commit | 9c096bebdb5424117349bcf829df008657d73bbc (patch) | |
tree | cf959de140cbaf9655f9aa4c3314a9e815f29796 | |
parent | a359e93544ce9285dd6d2c188c30293124b20fe4 (diff) | |
download | wajir-9c096bebdb5424117349bcf829df008657d73bbc.tar.bz2 |
Add 'cl-sysexits' dependency
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | lib/sysexits | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 9787f1c..dd7cd1d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "lib/jzon"] path = lib/jzon url = https://github.com/Zulu-Inuoe/jzon.git +[submodule "lib/sysexits"] + path = lib/sysexits + url = https://github.com/teddywing/cl-sysexits.git diff --git a/lib/sysexits b/lib/sysexits new file mode 160000 +Subproject 7691fd7f8181b29c7a7bcc39eecde2294a5b2e2 |