#!/bin/bash

sudo rm -rf template
git clone git@git.benmu-health.org:weex-eros/weex-eros.git
cd weex-eros
git checkout dev
cd ..
mv weex-eros template/
cp template/.gitignore ./
mv template/.gitignore template/gitignore
sudo chmod -R 777 template

rm -rf template/.git
rm -rf template/fe/src/js/widget
rm template/fe/src/js/pages/base.js
