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:
Jason van Zyl 2006-10-19 20:36:17 +00:00
parent ab71217827
commit cd4e9519ec
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/bin/sh
for i in `ls -1`
do
echo $i
done