mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
5 lines
120 B
Bash
5 lines
120 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
pandoc -s -w man manpage.md -o autojump.1
|
||
|
pandoc -s -w markdown manpage.md INSTALL.md -o README.md
|