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