2
0
mirror of synced 2025-02-24 06:38:14 +00:00
torrent/fs/unwedge-tests

6 lines
105 B
Plaintext
Raw Normal View History

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