Merge branch '15964-fix-docs' refs #15964
[arvados.git] / doc / _includes / _tutorial_hello_cwl.liquid
1 #!/usr/bin/env cwl-runner
2 {% comment %}
3 Copyright (C) The Arvados Authors. All rights reserved.
4
5 SPDX-License-Identifier: CC-BY-SA-3.0
6 {% endcomment %}
7 cwlVersion: v1.0
8 class: CommandLineTool
9 inputs: []
10 outputs: []
11 arguments: ["echo", "hello world!"]