nginx-ui/gen.sh

3 lines
83 B
Bash
Executable file

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