mirror of
https://github.com/AltraMayor/f3.git
synced 2025-08-03 10:35:57 -04:00
7 lines
111 B
Bash
Executable File
7 lines
111 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
$(dirname $0)/f3write "$@" || exit 1
|
|
|
|
FILES=("${@: -1}/*.h2w")
|
|
truncate --size=/1M $FILES
|