summaryrefslogtreecommitdiffstats
path: root/ssh-mount.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-mount.sh')
-rwxr-xr-xssh-mount.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ssh-mount.sh b/ssh-mount.sh
index 77ed92c..91d324c 100755
--- a/ssh-mount.sh
+++ b/ssh-mount.sh
@@ -11,6 +11,10 @@ else
sshfs web0@nevera: -p 22222 ${HOME}/workspace/ipx_ssh &&
echo -e "${GREEN}IPX mounted.$NC"
;;
+ wf)
+ sshfs stem47@stem47.loomes.net: -p 22 ${HOME}/workspace/wf_ssh &&
+ echo -e "${GREEN}WF mounted.$NC"
+ ;;
*) echo -e "${RED}Error:$NC Unknown Server" ;;
esac