Created
November 15, 2016 21:36
-
-
Save anonymous/066a08e32d8dec05f6d5fe0d5a70d090 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
W_PATH="$(xclip -selection clipboard -o)" | |
U_PATH="$(echo "$W_PATH" | sed -e 's/\\/\//g' -e 's/A:/\/media\/accounts/g')" | |
nautilus "$U_PATH" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment