diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-05-01 16:53:41 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-05-01 16:53:41 +0200 |
commit | e44b197cc8d304a10e1a8b80e22245dc2fa324d1 (patch) | |
tree | 16b28bcf05553142505040e9a2e4a2fccf48cecd |
Initial commit, script is done, maybe should externalise some stuff eventually
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | logupdate | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e580883 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# logupdate +A script which pulls the logbook entry repo and runs `golog` to update the site, intended for use where the logbook is deployed. diff --git a/logupdate b/logupdate new file mode 100755 index 0000000..4785038 --- /dev/null +++ b/logupdate @@ -0,0 +1,4 @@ +#!/usr/bin/zsh + +git -C /home/logbook/repo pull +/home/logbook/golog/golog |