diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-02 09:39:10 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-02 09:39:10 +0100 |
| commit | 5bd502c72f79ebfb466c8378e48138596ff453fb (patch) | |
| tree | 2034eb6b7f48c4dd07183d10579324bb0578bbee /update.sh | |
| parent | f39c4a51ddc101db462cf64cbee14a351d911cc7 (diff) | |
better crontab with update.sh
Diffstat (limited to 'update.sh')
| -rw-r--r-- | update.sh | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
