aboutsummaryrefslogtreecommitdiffstats
path: root/update-site.sh
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-06 16:33:36 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-06 16:33:36 +0200
commit1f7a8e437f2029e0a5a2ddb5006f8b706e618dc9 (patch)
treef750c840bf2e20b2cd1accb6e8e0019c307752a5 /update-site.sh
downloadjoe-scripts-1f7a8e437f2029e0a5a2ddb5006f8b706e618dc9.tar.gz
joe-scripts-1f7a8e437f2029e0a5a2ddb5006f8b706e618dc9.tar.bz2
joe-scripts-1f7a8e437f2029e0a5a2ddb5006f8b706e618dc9.tar.xz
joe-scripts-1f7a8e437f2029e0a5a2ddb5006f8b706e618dc9.tar.zst
joe-scripts-1f7a8e437f2029e0a5a2ddb5006f8b706e618dc9.zip
First commit
Diffstat (limited to '')
-rwxr-xr-xupdate-site.sh5
1 files changed, 5 insertions, 0 deletions
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