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

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