Skip to content

Instantly share code, notes, and snippets.

@2bbb
Created March 2, 2016 19:08
Show Gist options
  • Select an option

  • Save 2bbb/22d6e8eb51e28106e914 to your computer and use it in GitHub Desktop.

Select an option

Save 2bbb/22d6e8eb51e28106e914 to your computer and use it in GitHub Desktop.
copy path of current directory to clipboard in terminal
#!/bin/bash
echo -n "`pwd`" | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment