7 lines
143 B
Bash
Executable file
7 lines
143 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
cd themes/hugo-tufte/
|
|
git reset --hard && git pull origin main -f
|
|
cd ../..
|
|
git reset --hard && git pull origin main -f
|
|
hugo
|