diff options
author | tomsmeding <tom.smeding@gmail.com> | 2018-02-07 18:31:15 +0100 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2018-02-07 18:31:15 +0100 |
commit | ce5b7dba1050fdfbe10ca247db9e4d75148bb665 (patch) | |
tree | bbd1d953579516417eb860b60df60cca7a271f9c | |
parent | 93a5f1b89f48308bb4287a8d39ecde88e4549613 (diff) |
Add termio submodule
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | termio | 0 |
3 files changed, 3 insertions, 1 deletions
@@ -1,2 +1 @@ -termio tetris diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c176ee5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "termio"] + path = termio + url = git@github.com:tomsmeding/termio.git diff --git a/termio b/termio new file mode 160000 +Subproject 27b2fed1846cebde87565abb65c0bde207d15d6 |