source: release-kits/lirk3/resources/gs3-release-maker/apache-ant-1.6.5/src/etc/testcases/taskdefs/exec/parrot.sh@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

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.