blog/update.sh
2020-03-12 03:39:50 +01:00

7 lines
34 B
Bash

#!/bin/bash
git pull
hugo
exit