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

fusermount -uq workspace/ipx_ssh

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