/ Published in: Bash
There's another snippet here that's pure Ruby. This one can be used from the command line directly. The previous version still used Ruby, this one is pure shell.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
svn status|grep '?' |cut -b 8-|xargs svn add
URL: http://www.arnebrasseur.net