summaryrefslogtreecommitdiffstats
path: root/unmount-ftp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'unmount-ftp.sh')
-rwxr-xr-xunmount-ftp.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/unmount-ftp.sh b/unmount-ftp.sh
new file mode 100755
index 0000000..ea5a4ec
--- /dev/null
+++ b/unmount-ftp.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+fusermount -uq /home/flo/workspace/ipx_mount
+fusermount -uq /home/flo/workspace/sh_mount
+fusermount -uq /home/flo/workspace/df_mount
+
+echo -e "${GREEN}Unmounted."; \ No newline at end of file