oxipng/scripts/manual.sh
2024-11-23 13:54:26 +01:00

7 lines
252 B
Bash
Executable file

#!/bin/sh -eu
cargo build
cargo xtask mangen
./target/debug/oxipng -V > MANUAL.txt
#Redirect all streams to prevent detection of the terminal width and force an internal default of 100
./target/debug/oxipng --help >> MANUAL.txt 2>/dev/null </dev/null