From 5bd502c72f79ebfb466c8378e48138596ff453fb Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 2 Jul 2026 09:39:10 +0100 Subject: better crontab with update.sh --- update.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 update.sh (limited to 'update.sh') diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..52a3276 --- /dev/null +++ b/update.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +cd /usr/local/lib/joeac.net \ + && git pull \ + && make \ + && make reinstall -- cgit v1.2.3