21316: Merge commit '1416f698b72de4b09350d9c2fb25c1405c3247bc' into 21316-left-panel...
[arvados.git] / sdk / cwl / tests / federation / cases / cat.cwl
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 cwlVersion: v1.0
6 class: CommandLineTool
7 inputs:
8   inp:
9     type: File[]
10     inputBinding: {}
11 outputs:
12   joined: stdout
13 stdout: joined.txt
14 baseCommand: cat