commit 270ed1d8da3b21b23797dcc3b0a0625842942413 parent 5dd19ea265b94727a6ed3f14310db2becbbe0b7d Author: Anders Damsgaard Christensen <adc@geo.au.dk> Date: Thu, 1 Dec 2016 09:51:14 -0800 mount idkfa in /Volumes folder Diffstat:
M | bin/idkfa-sshfs | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bin/idkfa-sshfs b/bin/idkfa-sshfs @@ -1,5 +1,6 @@ #!/bin/sh -mount=~/idkfa +#mount=~/idkfa +mount=/Volumes/idkfa mkdir -p $mount #ssh ad@132.239.153.219 sshfs ad@idkfa.ucsd.edu:/home/ad/ $mount