jbe@529: #!/bin/sh jbe@529: # jbe@529: # This command can be used to update the README.html file after changing the jbe@529: # README.mkd file. jbe@529: jbe@529: echo ""`grep '[^ \t\r\n][^ \t\r\n]*' README.mkd | head -n 1`"" > README.html jbe@529: markdown2 README.mkd >> README.html jbe@529: echo "" >> README.html