From: fred Date: Tue, 9 Jun 1998 14:08:42 +0000 (+0000) Subject: lilypond-1.0.1 X-Git-Tag: release/1.5.59~5935 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3c39f4a4c716f03bc0e054e66af92f54b7a0a596;p=lilypond.git lilypond-1.0.1 --- diff --git a/stepmake/bin/text2html.sh b/stepmake/bin/text2html.sh new file mode 100644 index 0000000000..0547aaeb8d --- /dev/null +++ b/stepmake/bin/text2html.sh @@ -0,0 +1,17 @@ +#!/bin/sh +# text2html.sh + +if [ $# -ne 2 ]; then + echo "Usage: text2html TEXT-FILE HTML-FILENAME" + exit 2 +fi + +infile=$1 +outfile=$2 +rm -f $outfile +echo "" > $outfile +echo "" >> $outfile +cat $infile >> $outfile +echo "" >> $outfile +echo "" >> $outfile +