source:
tags/initial/SH/arb_echo
Last change on this file was 2, checked in by oldcode, 24 years ago | |
---|---|
|
|
File size: 92 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | while test $# -ne 0; do |
3 | echo $1 |
4 | shift |
5 | done |
6 | echo |
7 | echo |
8 | echo |
9 | echo y |
10 | echo y |
11 | echo y |
12 |
Note: See TracBrowser
for help on using the repository browser.