Mercurial > index.cgi > dotfiles
comparison .bash_aliases @ 215:c35da750af7a
Forgot a closing tag
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Thu, 14 Jan 2021 12:19:35 -0500 |
parents | 25e7a79f5ba0 |
children | 6731880943f8 |
comparison
equal
deleted
inserted
replaced
214:effc1e0edb49 | 215:c35da750af7a |
---|---|
217 if [ $D ] ; then | 217 if [ $D ] ; then |
218 mkdir -p $OUTDIR/$D | 218 mkdir -p $OUTDIR/$D |
219 fi | 219 fi |
220 | 220 |
221 vim -n -e +TOhtml "+w ${OUTDIR}/${F}.html" +qa\! $ROOT/$F | 221 vim -n -e +TOhtml "+w ${OUTDIR}/${F}.html" +qa\! $ROOT/$F |
222 echo "<LI><A href=${F}.html>$F</LI>" >> $OUTDIR/index.html | 222 echo "<LI><A href=${F}.html>$F</A></LI>" >> $OUTDIR/index.html |
223 done | 223 done |
224 echo "</UL></BODY></HTML>" >> $OUTDIR/index.html | 224 echo "</UL></BODY></HTML>" >> $OUTDIR/index.html |
225 echo Files stored in $OUTDIR | 225 echo Files stored in $OUTDIR |
226 } | 226 } |
227 | 227 |