1 2 3 4 5 6 7 8
#!/bin/sh ssh root@tjkeller.xyz << EOF cd /var/www/tjkeller/ git pull cd articles git pull ./tssg -r tssgmd . template.html EOF