21316: Merge commit '1416f698b72de4b09350d9c2fb25c1405c3247bc' into 21316-left-panel...
[arvados.git] / sdk / cwl / bin / cwl-runner
1 #!/usr/bin/env python3
2 # Copyright (C) The Arvados Authors. All rights reserved.
3 #
4 # SPDX-License-Identifier: Apache-2.0
5
6 import sys
7
8 from arvados_cwl import main
9
10 sys.exit(main(sys.argv[1:], sys.stdout, sys.stderr))