Skip to content

Commit f7a5689

Browse files
committed
Add bash-tools as submodule
1 parent 1890906 commit f7a5689

4 files changed

Lines changed: 25 additions & 668 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
!config/plugins/
1919
!config/plugins/rehype-tasklist-enhancer.ts
2020

21+
!external/
22+
!external/bash-tools/
23+
!external/bash-tools/src/
24+
!external/bash-tools/src/bash-tools.sh
25+
2126
!public/
2227
!public/favicon.ico
2328
!public/robots.txt

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "external/bash-tools"]
2+
path = external/bash-tools
3+
url = git@github.com:CoeJoder/bash-tools.git

external/bash-tools

Submodule bash-tools added at 6459a5d

0 commit comments

Comments
 (0)