Skip to content

Instantly share code, notes, and snippets.

@snooopcatt
Forked from aseering/winpath,sh
Created May 25, 2018 08:23
Show Gist options
  • Save snooopcatt/fc6c67aaf7d13d1826629ea06b237402 to your computer and use it in GitHub Desktop.
Save snooopcatt/fc6c67aaf7d13d1826629ea06b237402 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