projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
9751: Override realpath in CollectionFsAccess
[arvados.git]
/
crunch_scripts
/
crunchrunner
1
#!/bin/sh
2
3
if test -n "$JOB_PARAMETER_CRUNCHRUNNER" ; then
4
exec $TASK_KEEPMOUNT/$JOB_PARAMETER_CRUNCHRUNNER
5
else
6
exec /usr/local/bin/crunchrunner
7
fi