o adding IT c.sh

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465768 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-10-19 20:36:13 +00:00
parent 874cc30a78
commit ab71217827
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/bin/sh
for i in `ls -1`
do
svn add $i
svn commit -m "o adding IT $i" $i
done