Skip to content
Snippets Groups Projects
Commit aea4b996 authored by mh17's avatar mh17
Browse files

added cvs tag to new files

parent 2c10f298
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# generate a blank-ish html file
echo "<!-- $Id: new,v 1.3 2010-03-09 09:31:03 mh17 Exp $ -->" > $1.html
# <!-- $Id: new,v 1.4 2010-03-09 09:34:29 mh17 Exp $ -->
# need to sneak past cvs...
echo "<!-- $Id: new,v 1.4 2010-03-09 09:34:29 mh17 Exp $ -->" > $1.html
echo "<h2>" $1 - $2 "</h2>" >> $1.html
echo "<fieldset> <legend>Summary</legend>" >>$1.html
echo "Forthcoming..." >>$1.html
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment