mirror of https://github.com/apache/maven.git
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:
parent
874cc30a78
commit
ab71217827
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
for i in `ls -1`
|
||||
do
|
||||
svn add $i
|
||||
svn commit -m "o adding IT $i" $i
|
||||
done
|
Loading…
Reference in New Issue