hugo-academic-mirror/scripts/update-starter.sh

6 lines
68 B
Bash
Raw Permalink Normal View History

2022-05-16 20:53:40 +02:00
#!/usr/bin/env zsh
cd "starters/$1"
hugo mod get -u ./...
cd ../..