#!/bin/sh set -eu readonly JUST="${PWD}/bin/tool-under-test" # create a sufficiently large (>4MB) file for testing upload/download (16MB) dd if=/dev/zero of=large.file bs=1024 count=$((16*1024)) touch ROOT cat > TARGETS <