source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/src/etc/testcases/taskdefs/exec/parrot.sh@ 14627

Last change on this file since 14627 was 14627, checked in by oranfry, 17 years ago

initial import of the gs3-release-maker

File size: 141 bytes
Line 
1# Copyright (c) 2004 The Apache Software Foundation. All rights reserved.
2for arg in $@ ; do
3 echo $arg out
4 sleep 1
5 echo $arg err>&2
6done
Note: See TracBrowser for help on using the repository browser.