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:
root 2023-11-15 23:24:53 -05:00
commit 99e05feb19
4 changed files with 8 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.lxc
jails

4
.gitmodules vendored Normal file
View 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

@ -0,0 +1 @@
Subproject commit fd5d987de4eff96b3821016625f0b0dc7779ba89

1
jlmkr.py Symbolic link
View File

@ -0,0 +1 @@
jailmaker-repo/jlmkr.py