github.com/anacrolix/torrent@v1.61.0/fs/unwedge-tests.sh (about) 1 shopt -s nullglob 2 for a in "${TMPDIR:-/tmp}"/torrentfs*; do 3 sudo umount -f "$a/mnt" 4 rm -r -- "$a" 5 done