Shell script for using interpreters
Sreeranga Rajan
sreerang at castor.usc.edu
Mon Mar 28 19:30:33 AEST 1988
I would like to know how I could write a shell script to perform the
following actions:
enter lisp interpreter
load all the required files
take input from the keyboard after loading
the files
I tried writing the following script, which failed to take in the
input from the keyboard.
lisp << 'EOF'
(load <filename>)
'EOF'
This loads the file and takes the input as EOF, which exits the Franz
lisp interpreter without waiting for my keyboard input.
Any help regarding this would be greatly appreciated.
---------------------------------------------------------------------
Sreeranga Rajan
Arpa: sreerang%castor.usc.edu at oberon.usc.edu
---------------------------------------------------------------------
More information about the Comp.unix.questions
mailing list