Files
zoff/scripts/getnew.sh

11 lines
137 B
Bash
Executable File

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