diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..b5f3b6e --- /dev/null +++ b/update.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +git pull + +hugo + +exit