Skip to content

Instantly share code, notes, and snippets.

@synsa
Forked from aseering/winpath,sh
Created February 28, 2019 05:13
Show Gist options
  • Save synsa/c732697757d7a23f24607342e423f318 to your computer and use it in GitHub Desktop.
Save synsa/c732697757d7a23f24607342e423f318 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "$@" | sed -e 's|\\|/|g' -e 's|^\([A-Za-z]\)\:/\(.*\)|/mnt/\L\1\E/\2|'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment