From c8a5ce118f191d2c281b56ace47dc397ab0eb2c6 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sun, 24 Aug 2014 12:02:41 -0700 Subject: [PATCH] Remove unused unmountall.sh --- scripts/unmountall.sh | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 scripts/unmountall.sh diff --git a/scripts/unmountall.sh b/scripts/unmountall.sh deleted file mode 100755 index 7b91270b3..000000000 --- a/scripts/unmountall.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -mount -l -t fuse.encfs | awk -F " " '{print "fusermount -u " $3}' | bash