#!/usr/bin/env cwl-runner {% comment %} Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: CC-BY-SA-3.0 {% endcomment %} cwlVersion: v1.0 class: CommandLineTool inputs: [] outputs: [] arguments: ["echo", "hello world!"]