From 09ada24d4ec23cf24ab136141b354953d1bbc2fa Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 17 Nov 2024 23:34:54 -0600 Subject: reorganize scripts --- .old/sync/pushsite | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 .old/sync/pushsite (limited to '.old/sync/pushsite') diff --git a/.old/sync/pushsite b/.old/sync/pushsite new file mode 100755 index 0000000..1a1cbc3 --- /dev/null +++ b/.old/sync/pushsite @@ -0,0 +1,8 @@ +#!/bin/sh +ssh root@tjkeller.xyz << EOF +cd /var/www/tjkeller/ +git pull +cd articles +git pull +./tssg -r tssgmd . template.html +EOF -- cgit v1.2.3