stable #136

Merged
kazhnuz merged 124 commits from stable into V2 2020-10-31 09:52:31 +01:00
Showing only changes of commit 4cb0f3b210 - Show all commits

15
clone.sh Executable file
View file

@ -0,0 +1,15 @@
#!/bin/sh
# set -x
mkdir cloned
cd cloned
cp ../core/_navbar.md _navbar.md
cp ../core/_sidebar.md _sidebar.md
cp ../core/.nojekyll .nojekyll
cp ../core/index.html index.html
cp ../core/README.md README.md
ln -s ../core/add-ons add-ons
ln -s ../core/bases bases
ln -s ../core/combats combats
ln -s ../core/personnages personnages
echo "lol le script est fini"