Skip to content

Instantly share code, notes, and snippets.

@Tb0
Created September 27, 2012 07:47
Show Gist options
  • Save Tb0/3792732 to your computer and use it in GitHub Desktop.
Save Tb0/3792732 to your computer and use it in GitHub Desktop.
Utopia Mount
function utopia_connect {
echo "Montage du Volume ..."
mkdir /Volumes/Utopia
echo "Connexion en cours ..."
sshfs utopia@ks309872.kimsufi.com:/home/utopia /Volumes/Utopia -oauto_cache,reconnect,volname=Utopia
echo "Connected"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment