I have a bunch of bash shell scripts that convert one graphics format to another. Is there a way to run them in Condor 8.6? In a shell I'd do:source /path/to/script/script.shI created a file with all the scripts in a list and my submit file look like thistransfer_input_files = $(filename)Arguments = $(filename)Queue filename from /path/to/file/fconvert.inI'm not sure how to handle the sourcing, though. Source isn't a program, rather it's part of Bash, so I guessed the input file should look likesource /path/to/script/script1.shsource /path/to/script/script2.shsource /path/to/script/script3.shand the executable should be set to Â/bin/bashThe guess was incorrect!All the machines have Bash anyway, so maybe this can be run without transferring anything?Any ideas?
--
Kind regards,Justin Fisher.
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@cs.wisc.edu with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor- users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/