feat: add the cloning script
This commit is contained in:
parent
7177a3e66c
commit
4cb0f3b210
1 changed files with 15 additions and 0 deletions
15
clone.sh
Executable file
15
clone.sh
Executable 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"
|
Loading…
Reference in a new issue