From 6b6baa385705ece3e8d293e4fc683f6124bc393f Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 23 Oct 2013 20:04:43 -0700 Subject: [PATCH] exercises/hello: Add the hello script example submodule Drop exercises from the submodule name in case we want to reorganize later. We won't have any other 'hello' submodules. --- .gitmodules | 3 +++ exercises/hello | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 exercises/hello diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..02a66a5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "hello"] + path = exercises/hello + url = git://tremily.us/swc-modular-shell-hello.git diff --git a/exercises/hello b/exercises/hello new file mode 160000 index 0000000..437a542 --- /dev/null +++ b/exercises/hello @@ -0,0 +1 @@ +Subproject commit 437a542e163774d0dbeeec4884a44f436a36d3d4 -- 2.26.2