summaryrefslogtreecommitdiffstats
path: root/ssh-unmount.sh
blob: 50d3c2b003c20ca63304de5d00f7b28fea5a2088 (plain)
1
2
3
4
5
#!/bin/sh

fusermount -uq ${HOME}/workspace/ipx_ssh

echo -e "${GREEN}Unmounted.";