commit a86617089f5157f65dc2135fd5fdd89670c69bb2 parent 3b37745ede30807a1f7db14b954809bf2f6bf5f7 Author: Charlie Stanton <charlie@shtanton.com> Date: Thu, 20 Aug 2020 21:30:53 +0100 Adds a publish script Diffstat:
A | publish.sh | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/publish.sh b/publish.sh @@ -0,0 +1,4 @@ +#!/usr/bin/sh +tup +rsync -vr --delete gopher charlie@shtanton.com:shtanton-gopher +rsync -vr --delete html charlie@shtanton.com:shtanton-web