Skip to content

Instantly share code, notes, and snippets.

@Katee
Created December 7, 2013 06:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Katee/7837897 to your computer and use it in GitHub Desktop.
Save Katee/7837897 to your computer and use it in GitHub Desktop.
Put this somewhere in your path to easily copy files to your clipboard.
#!/bin/bash
cat "$1" | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment