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
|
@ -0,0 +1,2 @@
|
||||||
|
.lxc
|
||||||
|
jails
|
|
@ -0,0 +1,4 @@
|
||||||
|
[submodule "jailmaker-repo"]
|
||||||
|
path = jailmaker-repo
|
||||||
|
url = https://github.com/Jip-Hop/jailmaker.git
|
||||||
|
branch = main
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit fd5d987de4eff96b3821016625f0b0dc7779ba89
|
Loading…
Reference in New Issue