umount_resflash.sh 266 B

12345678910111213
  1. #!/bin/sh
  2. # Unmount a mounted resflash image or filesystem
  3. # Copyright Brian Conway <bconway@rcesoftware.com>, see LICENSE for details
  4. set -o errexit -o nounset -o pipefail #-o xtrace # DEBUG
  5. . $(dirname ${0})/resflash.sub
  6. umount_all
  7. rm -r /tmp/resflash.??????