Added refresh.sh
This commit is contained in:
parent
a3d23699ae
commit
035bb25e40
1 changed files with 3 additions and 0 deletions
3
refresh.sh
Normal file
3
refresh.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
cd $(dirname "$0")
|
||||
[ "$(git pull)" == "Already up to date." ] || hugo >/dev/null 2>&1
|
||||
Loading…
Add table
Add a link
Reference in a new issue