Posts Tagged as ‘shell script’

March 12, 2008

Shell games

Rob Sanheim’s productivity talk got me thinking about a shortcut that I’ve been meaning to create but never seem to get around to.
For quite a while I’ve had a line like this in my login script:
alias svnupall=”svn up /code/project1; svn up /code/project2; svn up /code/project3″
Normally it’s not that much of a pain to open that [...]