mirror of
https://github.com/tiennm99/hugo-blox-builder.git
synced 2026-09-12 02:19:49 +00:00
6 lines
68 B
Bash
Executable File
6 lines
68 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
cd "starters/$1"
|
|
hugo mod get -u ./...
|
|
cd ../..
|