/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
svn status | grep -v "^.[ \t]*\..*" | grep "^?" | awk '{print $2}' | xargs svn add
URL: http://codesnippets.joyent.com/posts/show/45
svn status | grep -v "^.[ \t]*\..*" | grep "^?" | awk '{print $2}' | xargs svn add
URL: http://codesnippets.joyent.com/posts/show/45