bjeanes (owner)

Revisions

gist: 149817 Download_button fork
public
Public Clone URL: git://gist.github.com/149817.git
Embed All Files: show embed
Bash #
1
2
3
4
5
6
function newin() {
   /bin/pwd | /usr/bin/pbcopy
   /usr/bin/open -a Terminal
   /usr/bin/osascript -e 'tell application "Terminal" to do script with command "cd \"$(/usr/bin/pbpaste)\"; echo \" \" | /usr/bin/pbcopy; /usr/bin/clear"'
   return 0
}