]> git.armaanb.net Git - phrases.git/commitdiff
Add manconvert pandoc script
authorArmaan Bhojwani <me@armaanb.net>
Tue, 5 Jan 2021 19:29:10 +0000 (14:29 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Tue, 5 Jan 2021 19:29:10 +0000 (14:29 -0500)
man/manconvert [new file with mode: 0755]

diff --git a/man/manconvert b/man/manconvert
new file mode 100755 (executable)
index 0000000..4fad1cb
--- /dev/null
@@ -0,0 +1,2 @@
+#!/usr/bin/env sh
+pandoc $1 -s -t man -o $(echo $1 | cut -d '.' -f -2)