Skip to content

Instantly share code, notes, and snippets.

@gscalzo
Created April 18, 2017 14:43
Show Gist options
  • Select an option

  • Save gscalzo/ab69bd83592d913f40e0ca14d8bb423f to your computer and use it in GitHub Desktop.

Select an option

Save gscalzo/ab69bd83592d913f40e0ca14d8bb423f to your computer and use it in GitHub Desktop.
#!/bin/bash
pbpaste|sed 's/^[[:space:]]*"//g'|sed 's/"$//g' |sed 's/\\"/"/g'|sed 's/\\\\/\\/g'|pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment