Initial commit
``` git init # create .gitignore - ignoring: .lxc and jails directories git submodule add --branch main https://github.com/Jip-Hop/jailmaker.git jailmaker-repo ln -sr jailmaker-repo/jlmkr.py . ```
This commit is contained in:
commit
99e05feb19
4 changed files with 8 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
.lxc
|
||||
jails
|
4
.gitmodules
vendored
Normal file
4
.gitmodules
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
[submodule "jailmaker-repo"]
|
||||
path = jailmaker-repo
|
||||
url = https://github.com/Jip-Hop/jailmaker.git
|
||||
branch = main
|
1
jailmaker-repo
Submodule
1
jailmaker-repo
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit fd5d987de4eff96b3821016625f0b0dc7779ba89
|
1
jlmkr.py
Symbolic link
1
jlmkr.py
Symbolic link
|
@ -0,0 +1 @@
|
|||
jailmaker-repo/jlmkr.py
|
Loading…
Add table
Add a link
Reference in a new issue