diff options
| author | Michael Forney <mforney@mforney.org> | 2019-11-04 21:02:34 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-11-04 23:52:01 -0800 |
| commit | b1896f59a59c61a1fccdae99f7fc089be7b526b0 (patch) | |
| tree | 8d6425e88bd8214c2650941c466962f1618fdf62 /.gitmodules | |
| parent | 09cb647879b12dd8fee8a220dc2609e55bb0731d (diff) | |
Add standalone rc shell
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ee4e0062..a804abba 100644 --- a/.gitmodules +++ b/.gitmodules @@ -224,6 +224,10 @@ path = pkg/qbe/src url = git://c9x.me/qbe.git ignore = all +[submodule "pkg/rc/src"] + path = pkg/rc/src + url = https://github.com/benavento/rc.git + ignore = all [submodule "pkg/samurai/src"] path = pkg/samurai/src url = https://github.com/michaelforney/samurai |
