source: trunk/essentials/app-shells/bash/tests/new-exp1.sub

Last change on this file was 3228, checked in by bird, 18 years ago

bash 3.1

File size: 198 bytes
Line 
1expect()
2{
3 echo expect "$@"
4}
5
6expect this is a test of proc subst
7cat <(echo this is a test of proc subst)
8echo this is test 2 > /tmp/x
9expect this is test 2
10cat <(cat /tmp/x)
11rm -f /tmp/x
Note: See TracBrowser for help on using the repository browser.