1 line
58 B
Plaintext
1 line
58 B
Plaintext
|
for a in /tmp/torrentfs*; do sudo umount -f "$a/mnt"; done
|