don't ignore links with no trailing text
[flinks.git] / tools / makeReadmePy
blob33fa92a2daa7655fce1d1650ffaa68b5a262af33
1 #!/bin/bash
3 outfile=./flinkspkg/readme.py
5 touch $outfile || exit 1
7 echo 'README = """' >| $outfile
8 cat README >> $outfile
9 echo '"""' >> $outfile