asuswrt-merlin.ng/release/src-rt-5.02axhnd/hostTools/imagetools/gen1meg
2020-08-28 22:07:59 -04:00

9 lines
148 B
Bash
Executable file

#!/bin/bash
if [ -z "$1" ]
then
echo "argument required" >&2
exit 1
fi
dd status=none if=/dev/zero bs=1024 count=1024 | tr '\000' '\377' > $1