File: flash_eraseall

package info (click to toggle)
mtd-utils 1%3A2.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 2,240 kB
  • sloc: ansic: 37,615; sh: 552; makefile: 72
file content (4 lines) | stat: -rwxr-xr-x 150 bytes parent folder | download | duplicates (7)
1
2
3
4
#!/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 "$@"