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

added cvs tag to new files

parent aa048c57
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# generate a blank-ish html file
echo "<h2>" $1 - $2 "</h2>" > $1.html
echo "<!-- $Id: new,v 1.3 2010-03-09 09:31:03 mh17 Exp $ -->" > $1.html
echo "<h2>" $1 - $2 "</h2>" >> $1.html
echo "<fieldset> <legend>Summary</legend>" >>$1.html
echo "Forthcoming..." >>$1.html
echo "</fieldset>" >>$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