summaryrefslogtreecommitdiffstats
path: root/ssh-unmount.sh
diff options
context:
space:
mode:
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