1 changed files with 7 additions and 4 deletions
@ -1,12 +1,15 @@ |
|||
#!/bin/sh |
|||
|
|||
git init |
|||
|
|||
mkdir src |
|||
mkdir Dependencies |
|||
cd Dependencies |
|||
git clone git@github.com:makuto/cakelisp.git |
|||
git clone gitea@macoy.me:macoy/gamelib.git |
|||
cd ../ |
|||
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