#!/usr/bin/env bash RUN "uptime"; COPY "${JOBFILE_DIR}/testfile.txt" "/tmp"; RUN "rm /tmp/testfile.txt";