19070: Still trying to fix test_with_arvbox
[arvados.git] / doc / _includes / _tutorial_hello_cwl.liquid
1 #!/usr/bin/env cwl-runner
2 # Copyright (C) The Arvados Authors. All rights reserved.
3 #
4 # SPDX-License-Identifier: CC-BY-SA-3.0
5
6 cwlVersion: v1.0
7 class: CommandLineTool
8 inputs: []
9 outputs: []
10 arguments: ["echo", "hello world!"]