sabyasachi.iitkgp
Newbie level 3
ocean batch
I am using ocean scripts in interactive mode.Can it be used in batch mode. I want to mean that can i run a shell script so that i can run say 10 ocean script sequencially without any user intervention.
I have writtten one shell script but it is not working
#!/bin/sh
ocean
load"/home/sabyasachi/Desktop/DC_CORNER_MODEL/ocn/pmos/tt.ocn"
exit
it is opening ocean in interactive mode and i have to give commands manually.
I am using ocean scripts in interactive mode.Can it be used in batch mode. I want to mean that can i run a shell script so that i can run say 10 ocean script sequencially without any user intervention.
I have writtten one shell script but it is not working
#!/bin/sh
ocean
load"/home/sabyasachi/Desktop/DC_CORNER_MODEL/ocn/pmos/tt.ocn"
exit
it is opening ocean in interactive mode and i have to give commands manually.