Skip to content

Instantly share code, notes, and snippets.

Created November 15, 2016 21:36
Show Gist options
  • Save anonymous/066a08e32d8dec05f6d5fe0d5a70d090 to your computer and use it in GitHub Desktop.
Save anonymous/066a08e32d8dec05f6d5fe0d5a70d090 to your computer and use it in GitHub Desktop.
#!/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