55ce31e666cc6c096b0b75a7589492df335f54ca
[arvados.git] / sdk / cwl / bin / cwl-runner
1 #!/usr/bin/env python
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))