Skip to content

Instantly share code, notes, and snippets.

@xerpi
Created February 21, 2017 12:12
Show Gist options
  • Save xerpi/548f64172fdecb78bb4db192e4c23bfd to your computer and use it in GitHub Desktop.
Save xerpi/548f64172fdecb78bb4db192e4c23bfd to your computer and use it in GitHub Desktop.
#Raspberry Pi mount
export PI_SSHFS_MOUNT=/mnt/pi
export PI_IP=192.168.1.130
alias pimount='sshfs alarm@$PI_IP:/ $PI_SSHFS_MOUNT'
alias piumount='fusermount -u $PI_SSHFS_MOUNT'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment