summaryrefslogtreecommitdiffstats
path: root/ssh-unmount.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 /ssh-unmount.sh
downloadbin-c597b01166c4ac4d042c2256826b69c6fb0bc405.tar.gz
bin-c597b01166c4ac4d042c2256826b69c6fb0bc405.tar.xz
first init
Diffstat (limited to 'ssh-unmount.sh')
-rwxr-xr-xssh-unmount.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/ssh-unmount.sh b/ssh-unmount.sh
new file mode 100755
index 0000000..604eeec
--- /dev/null
+++ b/ssh-unmount.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+fusermount -uq workspace/ipx_ssh
+
+echo -e "${GREEN}Unmounted."; \ No newline at end of file