mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-19 10:34:26 +03:00
Support local managment for embedded agent on nginx
This commit is contained in:
11
external/yq/scripts/generate-man-page.sh
vendored
Executable file
11
external/yq/scripts/generate-man-page.sh
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
#! /bin/bash
|
||||
set -e
|
||||
|
||||
# note that this reqires pandoc to be installed.
|
||||
|
||||
pandoc \
|
||||
--variable=title:"YQ" \
|
||||
--variable=section:"1" \
|
||||
--variable=author:"Mike Farah" \
|
||||
--variable=header:"${MAN_HEADER}" \
|
||||
--standalone --to man man.md -o yq.1
|
||||
Reference in New Issue
Block a user