rename robot scripts

This commit is contained in:
Priit Tamboom 2014-10-20 11:47:43 +03:00
parent 4659aa0cba
commit dd4db88ac2
3 changed files with 63 additions and 62 deletions

11
bin/update-repo Executable file
View file

@ -0,0 +1,11 @@
#!/bin/bash
#
# Update repo
#
# cd to Rails root directory
cd "$(dirname "$0")"; cd ..
git pull origin master &> /dev/null
git reset --hard &> /dev/null
unset GIT_DIR GIT_WORK_TREE