cullmann.io/update.sh

16 lines
213 B
Bash
Raw Normal View History

2019-04-06 17:17:57 +02:00
#!/bin/bash
# failures are evil
set -e
# update our clone
git submodule update --init --recursive
git submodule update --recursive --remote
git pull
# rerun hugo generator
./hugo
2019-04-06 18:29:08 +02:00
# current date
2019-04-06 18:30:04 +02:00
date -Iseconds