Skip to content
Snippets Groups Projects
Commit 18c7be36 authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

move all into site folder exept site dir

parent 6785bc8b
No related branches found
No related tags found
No related merge requests found
......@@ -67,8 +67,8 @@ fi
# Make Folder site
mkdir site
# Move Files into site folder
mv * .[^.]* site/
# Move all into site folder
ls -A | grep -v -E '(^|\s)site($|\s)' | xargs -I{} mv {} site/
# Clone Gluon repo
git clone https://github.com/freifunk-gluon/gluon.git . -b $GLUON_VERSION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment