mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-03 14:21:02 +01:00
5 lines
172 B
Bash
Executable File
5 lines
172 B
Bash
Executable File
#!/bin/sh
|
|
cargo run -p watchexec-cli -- --manual > doc/watchexec.1
|
|
roff2pdf < doc/watchexec.1 > doc/watchexec.1.pdf
|
|
pandoc doc/watchexec.1 -t markdown > doc/watchexec.1.md
|