diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-06 16:33:36 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-06 16:33:36 +0200 |
commit | 1f7a8e437f2029e0a5a2ddb5006f8b706e618dc9 (patch) | |
tree | f750c840bf2e20b2cd1accb6e8e0019c307752a5 /update-site.sh | |
download | joe-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-x | update-site.sh | 5 |
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 |