Remove unused unmountall.sh

This commit is contained in:
Johannes Zellner
2014-08-24 12:02:41 -07:00
parent 2548340659
commit c8a5ce118f
-3
View File
@@ -1,3 +0,0 @@
#!/bin/sh
mount -l -t fuse.encfs | awk -F " " '{print "fusermount -u " $3}' | bash