Skip to content

Instantly share code, notes, and snippets.

@notch8-old
Created September 16, 2011 19:51
Show Gist options
  • Select an option

  • Save notch8-old/1222964 to your computer and use it in GitHub Desktop.

Select an option

Save notch8-old/1222964 to your computer and use it in GitHub Desktop.
unless File.exists?("PATH_TO_MOUNT/mounted")
`umount PATH_TO_MOUNT`
`mount -a`
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment