File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/72/6b711656bfbcc06a4c662fdaaaa2ea/.command.sh
- Size
- 101 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail mkdir -p test echo "test1" > test/test1.txt echo "test2" > test/test2.txt