Skip to content

Instantly share code, notes, and snippets.

@shuidong
Forked from aseering/winpath,sh
Created May 20, 2022 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shuidong/ccde19ca93204bc7021b99a259c93384 to your computer and use it in GitHub Desktop.
Save shuidong/ccde19ca93204bc7021b99a259c93384 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