Re: CCL:Ampac 6.X batch files



On Wed, 9 Jan 2002, Xavier [iso-8859-1] Gironés wrote:
 > They are almost all submitted at once, running all together and I
 > would like to make them one by one,
 [...]
 > #!/bin/csh
 > source /usr/Ampac-6.55/init_ampac
 > ampac m001.dat &
 wait
 > ampac m002.dat &
 wait
 (though I've never used ampac but something similar should work also for
 bash)
 Szilva