Skip to content

Instantly share code, notes, and snippets.

@jeremiahmarks
Created March 30, 2014 10:47
Show Gist options
  • Save jeremiahmarks/9870919 to your computer and use it in GitHub Desktop.
Save jeremiahmarks/9870919 to your computer and use it in GitHub Desktop.
ensure string ends with /
[[ $string != */ ]] && string="$string"/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment