M7350/filesystems/mtd-utils/flash_eraseall

5 lines
150 B
Plaintext
Raw Permalink Normal View History

2024-09-09 08:57:42 +00:00
#!/bin/sh
echo "${0##*/} has been replaced by \`flash_erase <mtddev> 0 0\`; please use it" 1>&2
[ $# -ne 0 ] && set -- "$@" 0 0
exec flash_erase "$@"