Added a script for updating the installation on all the hosts

This commit is contained in:
Anton Beloglazov 2012-12-03 10:24:24 +11:00
parent ff03bd0b6a
commit f6471aeb28

6
all-update.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
./compute-update.py
git pull
python setup.py install