This commit is contained in:
AB
2020-06-03 18:44:25 +03:00
commit 77f9604dce
17 changed files with 3142 additions and 0 deletions

3
assets/umount.sh Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
fusermount -u "$1" || true