This website requires JavaScript.
Explore
Help
Sign In
status-im
/
torrent
Watch
2
Star
0
Fork
0
You've already forked torrent
mirror of
synced
2025-02-24 14:48:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
torrent
/
fs
/
unwedge-tests
5 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Improve fs/unwedge tests
2014-12-03 12:52:08 -06:00
shopt -s nullglob
for a in /tmp/torrentfs*; do
sudo umount -f "$a/mnt"
rm -r -- "$a"
done
Reference in New Issue
Copy Permalink