From: Bas Schouten Date: Mon, 22 Apr 2024 07:55:45 +0000 (+0000) Subject: Add update script. X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=9324e32ad5d0eb3f134e80b18095826903dd79d6;p=pithrottler.git Add update script. --- diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..097654a --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +#! /bin/bash +git pull +./install.sh