torrent/fs/unwedge-tests.sh

6 lines
105 B
Bash
Raw Normal View History

2014-12-03 18:52:08 +00:00
shopt -s nullglob
for a in "${TMPDIR:-/tmp}"/torrentfs*; do
2014-12-03 18:52:08 +00:00
sudo umount -f "$a/mnt"
rm -r -- "$a"
done