RSS Git Download  Clone
Raw View History
Blames found: 7 Mode: shell Binary: false


Hang on, we reloading big blames...
#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
sudo rm -rf ./cache mkdir -p ./cache touch ./cache/.gitkeep chmod 0777 ./cache sudo rm -rf ./git-test/ mkdir -p ./git-test/ cd ./git-test git clone --bare https://github.com/patrikx3/gitlist git clone --bare https://github.com/patrikx3/gitter git clone --bare https://github.com/patrikx3/corifeus git clone --bare https://github.com/patrikx3/corifeus-builder git clone --bare https://github.com/patrikx3/gitlist-workspace git clone --bare https://github.com/patrikx3/onenote cd ..
sudo chmod 0777 ./git-test
cp ./artifacts/config.ini ./ bower install composer install
chown $USER:$USER ./cache chown $USER:$USER ./git-test chown $USER:$USER ./config.ini