2 changed files with 16 additions and 1 deletions
@ -0,0 +1,15 @@ |
|||
#!/bin/sh |
|||
|
|||
git init |
|||
|
|||
mkdir src |
|||
mkdir Dependencies |
|||
git submodule add git@github.com:makuto/cakelisp.git Dependencies/cakelisp |
|||
git submodule add gitea@macoy.me:macoy/gamelib.git Dependencies/gamelib |
|||
|
|||
cp Dependencies/cakelisp/COPYING . |
|||
cp Dependencies/cakelisp/LICENSE . |
|||
touch ReadMe.org |
|||
|
|||
git add . |
|||
git commit -m"Initial commit" |
Loading…
Reference in new issue