File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/e8/0d0c05b9640e8649aac1bc567a1c1f/.command.sh
- Size
- 190 bytes
- Task
- generate_data
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail echo "Stage 1: Initial data" > input.txt echo "Timestamp: $(date)" >> input.txt echo "Hostname: $(hostname)" >> input.txt echo "Pipeline ID: 2797192" >> input.txt