1 2 3 4 5
#!/bin/sh chmod 0600 zzz.txt sleep 20 git pull && { perl checksetup.pl && apache2ctl reload; }