Skip to content
Snippets Groups Projects
Commit b7367721 authored by Johannes Rudolph's avatar Johannes Rudolph
Browse files

mv git folder

parent d7fc5244
No related branches found
No related tags found
1 merge request!10Citest
#!/bin/sh #!/bin/sh
# # Make Folder site
mkdir site mkdir site
# Move Files into site folder
mv i18n/ site/ mv i18n/ site/
mv modules site/ mv modules site/
mv site.conf site/ mv site.conf site/
mv site.mk site/ mv site.mk site/
mv .git site/
# Clone Gluon repo
git clone https://github.com/freifunk-gluon/gluon.git . -b v2016.1.2 git clone https://github.com/freifunk-gluon/gluon.git . -b v2016.1.2
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