f3/f3write.h2w
2020-11-14 08:45:26 -03:00

7 lines
111 B
Bash
Executable File

#!/usr/bin/env bash
$(dirname $0)/f3write "$@" || exit 1
FILES=("${@: -1}/*.h2w")
truncate --size=/1M $FILES