File: flash_eraseall

package info (click to toggle)
mtd-utils 1%3A2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie, trixie-backports
  • size: 3,884 kB
  • sloc: ansic: 58,324; sh: 2,119; makefile: 71
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 "$@"