mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
3 lines
83 B
Bash
Executable file
3 lines
83 B
Bash
Executable file
pushd ./cmd/generate || exit
|
|
go run generate.go -config ../../app.ini
|
|
popd || exit
|