summaryrefslogtreecommitdiffstats
path: root/unmount-ftp.sh
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2008-10-23 19:52:30 +0200
committerFlorian Pritz <f-p@gmx.at>2008-10-23 19:52:30 +0200
commitc597b01166c4ac4d042c2256826b69c6fb0bc405 (patch)
tree72f0971a761070273b625650c7cb40149db02ef7 /unmount-ftp.sh
downloadbin-c597b01166c4ac4d042c2256826b69c6fb0bc405.tar.gz
bin-c597b01166c4ac4d042c2256826b69c6fb0bc405.tar.xz
first init
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