11 lines
144 B
Text
11 lines
144 B
Text
|
|
$ ./read-input-to-eof.ijs <<EOF
|
||
|
|
> abc
|
||
|
|
> def
|
||
|
|
> ghi
|
||
|
|
> now is the time for all good men ...
|
||
|
|
> EOF
|
||
|
|
abc
|
||
|
|
def
|
||
|
|
ghi
|
||
|
|
now is the time for all good men ...
|