From 1f7a8e437f2029e0a5a2ddb5006f8b706e618dc9 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 6 Jul 2020 16:33:36 +0200 Subject: First commit --- update-site.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 update-site.sh (limited to 'update-site.sh') diff --git a/update-site.sh b/update-site.sh new file mode 100755 index 0000000..8dea1db --- /dev/null +++ b/update-site.sh @@ -0,0 +1,5 @@ +#!/usr/local/bin/dash + +cd /usr/local/www/jozan || exit 1 +git pull +exit -- cgit v1.2.3