Files
zoff/getnew.sh
Nicolas A. Tonne 4e592545c2 Added install script
2015-04-16 00:42:13 +02:00

7 lines
76 B
Bash
Executable File

#!/bin/bash
cd /var/www
git stash
git pull
./setperms.sh
forever restartall