Files
zoff/scripts/getnew.sh
2015-04-16 14:09:45 +02:00

7 lines
76 B
Bash
Executable File

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