mirror of
https://github.com/AltraMayor/f3.git
synced 2025-09-08 23:04:03 -04:00

The previous version of f3write.h2w didn't recognize parameters --start-at= and --end-at=. The new code of f3write.h2w also avoids overwritting the environment variable PATH.
7 lines
89 B
Bash
Executable File
7 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
|
|
f3write "$@" || exit 1
|
|
|
|
FILES=("${@: -1}/*.h2w")
|
|
truncate --size=/1M $FILES
|