1
0
mirror of https://github.com/nginxinc/nginx-prometheus-exporter.git synced 2025-04-19 23:42:14 +03:00
nginx_exporter/scripts/manpages.sh
2023-12-27 06:51:54 -08:00

6 lines
122 B
Bash
Executable File

#!/bin/sh
set -e
rm -rf manpages
mkdir manpages
go run . --help-man | gzip -c -9 >manpages/nginx-prometheus-exporter.1.gz