torrent/fs/unwedge-tests

6 lines
105 B
Plaintext
Executable File

shopt -s nullglob
for a in "${TMPDIR:-/tmp}"/torrentfs*; do
sudo umount -f "$a/mnt"
rm -r -- "$a"
done