mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-08-07 12:33:39 +08:00
pod2markdown
This commit is contained in:
7
util/pod2markdown.sh
Executable file
7
util/pod2markdown.sh
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
for file in $`ls *.pod`
|
||||||
|
do
|
||||||
|
mdfile=`basename -s .pod $file`.md
|
||||||
|
pod2markdown $file $mdfile
|
||||||
|
done
|
||||||
Reference in New Issue
Block a user