File: flash_eraseall

package info (click to toggle)
mtd-utils 1%3A2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,032 kB
  • ctags: 3,577
  • sloc: ansic: 34,702; sh: 552; makefile: 49
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 "$@"