]> Sergey Matveev's repositories - btrtrc.git/blob - fs/unwedge-tests.sh
Fix ClientConfig.Logger.SetHandlers being clobbered
[btrtrc.git] / fs / unwedge-tests.sh
1 shopt -s nullglob
2 for a in "${TMPDIR:-/tmp}"/torrentfs*; do
3         sudo umount -f "$a/mnt"
4         rm -r -- "$a"
5 done