summaryrefslogtreecommitdiff
path: root/Scripts/mountFstab.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts/mountFstab.sh')
-rwxr-xr-xScripts/mountFstab.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/Scripts/mountFstab.sh b/Scripts/mountFstab.sh
deleted file mode 100755
index c778750..0000000
--- a/Scripts/mountFstab.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-
-tomnt=$( cat /etc/fstab | grep mnt | sed "s:.* \(/mnt/[^ ]*\) .*:\1:g" | dmenu )
-
-mount $tomnt
-st -e ranger $tomnt
-sync
-umount $tomnt