Skip to content

Instantly share code, notes, and snippets.

@ar
Created December 21, 2010 19:24
Show Gist options
  • Save ar/750417 to your computer and use it in GitHub Desktop.
Save ar/750417 to your computer and use it in GitHub Desktop.
Copy working directory (pwd) to clipboard
#!/bin/bash
echo -n `pwd` | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment