blob: b16beb7cfd0a025c00921151fdb8e4f3b728aca2 [file] [log] [blame]
<%
if (workingDirectory != null) out.print 'cd ' + workingDirectory +' && '
if (jobSubmitterCommand != null) out.print jobSubmitterCommand + ' '
if (executablePath != null) out.print executablePath + ' '
if (inputs != null) for(input in inputs) out.print input + ' '
out.print '\n'
%>