Skip to content

Instantly share code, notes, and snippets.

@keik
Created January 12, 2016 00:11
Show Gist options
  • Save keik/fe0764ef3b9cdef39c4c to your computer and use it in GitHub Desktop.
Save keik/fe0764ef3b9cdef39c4c to your computer and use it in GitHub Desktop.
function smbp() {
if [[ $1 == "smb"* ]]; then
echo $(${1//\//\\\\}#smb:)
else
echo smb:${1//\\/\/}
fi
return 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment