oxipng/scripts/manual.sh
2023-10-10 11:23:24 +13:00

5 lines
106 B
Bash
Executable file

#!/bin/bash
cargo build
./target/debug/oxipng -V > MANUAL.txt
./target/debug/oxipng --help >> MANUAL.txt