- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 16 Apr 2009 06:47:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tests/validation/full/invalid/obsolete In directory hutz:/tmp/cvs-serv20959 Added Files: t Log Message: initial add --- NEW FILE: t --- #!/bin/bash if [ -n "$2" ] then src=$2 else src="applet" fi cp $src.xhtml $1.xhtml cp $src.html $1.html sed -i "s/$src/$1/g" $1*html cvs add $1*html cvs commit -m "initial add"
Received on Thursday, 16 April 2009 06:48:05 UTC