projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch '15003-new-config-struct'
[arvados.git]
/
crunch_scripts
/
crunchrunner
1
#!/bin/sh
2
# Copyright (C) The Arvados Authors. All rights reserved.
3
#
4
# SPDX-License-Identifier: Apache-2.0
5
6
if test -n "$JOB_PARAMETER_CRUNCHRUNNER" ; then
7
exec $TASK_KEEPMOUNT/$JOB_PARAMETER_CRUNCHRUNNER
8
else
9
exec /usr/local/bin/crunchrunner
10
fi