]> granicus.if.org Git - multimarkdown/commitdiff
ADDED: Add mmd2epub convenience script
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Wed, 15 Mar 2017 18:21:30 +0000 (14:21 -0400)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Wed, 15 Mar 2017 18:21:30 +0000 (14:21 -0400)
scripts/mmd2all

index fe0294cbf50d9c5a8c450dc8e6d61b70351d31bc..94b89875156f8080780750b387069beca804393e 100755 (executable)
@@ -29,13 +29,15 @@ do
        multimarkdown -b "$1"
 #      open "$file_name.html"
 
+       multimarkdown -b -t epub "$1"
+
        multimarkdown -b -t latex "$1"
 #      mate "$file_name.tex"
 
        multimarkdown -b -t odf "$1"
 #      open "$file_name.fodt"
 
-       multimarkdown -b -t opml "$1"
+#      multimarkdown -b -t opml "$1"
 #      open "$file_name.opml"
 
        shift