2
0
mirror of synced 2025-02-24 22:58:28 +00:00
torrent/fs/unwedge-tests
2015-01-28 22:39:12 +11:00

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