first stab at a 'reset everything' shell script

This commit is contained in:
Jonathan Lipps 2013-02-13 17:04:47 -08:00
Родитель 847859599e
Коммит bdb8479f2a
1 изменённых файлов: 11 добавлений и 0 удалений

11
reset.sh Executable file
Просмотреть файл

@ -0,0 +1,11 @@
echo "Resetting Appium"
echo "Clearing dev version of WD"
rm -rf node_modules/wd
echo "Installing WD and new NPM modules"
npm install .
echo "Rebuilding test apps"
grunt buildApp:TestApp
grunt buildApp:UICatalog
echo "Cleaning temp files"
rm -rf /tmp/instruments_sock
rm -rf *.trace