Skip to content

Commit

Permalink
Add submodules for needed projects
Browse files Browse the repository at this point in the history
  • Loading branch information
nyxkrage committed Dec 14, 2022
1 parent 9802f35 commit d20b6b3
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[submodule "util-linux"]
path = util-linux
url = https://github.com/util-linux/util-linux
[submodule "emacs"]
path = emacs
url = https://github.com/emacs-mirror/emacs
[submodule "linux"]
path = linux
url = https://github.com/torvalds/linux
[submodule "ncurses"]
path = ncurses
url = https://github.com/mirror/ncurses
[submodule "busybox"]
path = busybox
url = https://github.com/mirror/busybox
1 change: 1 addition & 0 deletions busybox
Submodule busybox added at 771025
1 change: 1 addition & 0 deletions emacs
Submodule emacs added at 156812
1 change: 1 addition & 0 deletions linux
Submodule linux added at e2ca6b
1 change: 1 addition & 0 deletions ncurses
Submodule ncurses added at a09e8b
1 change: 1 addition & 0 deletions util-linux
Submodule util-linux added at 57df0c

0 comments on commit d20b6b3

Please sign in to comment.