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@465769 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ab71217827
commit
cd4e9519ec
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
for i in `ls -1`
|
||||
do
|
||||
echo $i
|
||||
done
|
Loading…
Reference in New Issue