Skip to content

Instantly share code, notes, and snippets.

@ryanaslett
Created September 1, 2015 17:54
Show Gist options
  • Save ryanaslett/ccf9610c22ccd48bb52d to your computer and use it in GitHub Desktop.
Save ryanaslett/ccf9610c22ccd48bb52d to your computer and use it in GitHub Desktop.
Put this somewhere in your path. Phpstorm has a hard time with proper escaping because it cannot handle shell pipes etc. Easier to just give it the script to run.
#!/bin/bash
pbcopy <<< $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment