projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
8005: Document installing Git on CentOS 6 from RepoForge.
[arvados.git]
/
sdk
/
cwl
/
bin
/
cwl-runner
1
#!/usr/bin/env python
2
3
import sys
4
5
from arvados_cwl import main
6
7
sys.exit(main(sys.argv[1:], sys.stdout, sys.stderr))