nginx-ui/gen.sh

3 lines
78 B
Bash
Executable file

pushd ./cmd/gen || exit
go run generate.go -config ../../app.ini
popd || exit