source: tags/initial/SH/arb_echo

Last change on this file was 2, checked in by oldcode, 24 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 92 bytes
Line 
1#!/bin/sh
2while test $# -ne 0; do
3        echo $1
4        shift
5done
6echo
7echo
8echo
9echo y
10echo y
11echo y
12
Note: See TracBrowser for help on using the repository browser.