mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-14 08:11:11 +01:00
3 lines
123 B
Bash
Executable file
3 lines
123 B
Bash
Executable file
#!/bin/sh
|
|
cargo run -p watchexec-cli -- --manual > doc/watchexec.1
|
|
pandoc doc/watchexec.1 -t markdown > doc/watchexec.1.md
|