From 9ff2e80e4df2586aec94461115764da7d37c3967 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 23 Oct 2013 19:40:19 -0700 Subject: [PATCH] shell: Add a submodule with POSIX shell examples --- .gitmodules | 3 +++ shell | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 shell diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8689a49 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "shell"] + path = shell + url = git://tremily.us/swc-modular-shell.git diff --git a/shell b/shell new file mode 160000 index 0000000..0280d05 --- /dev/null +++ b/shell @@ -0,0 +1 @@ +Subproject commit 0280d05f8b0b7d67cf07f7946d89e93e66e4b50a -- 2.26.2