'svn add' one-liner By bealers on January 28, 2012 0 Short URL: http://beale.rs/3w Simple one-liner that I use when I’ve loads online video downloader of files to add to a subversion repository: for FILETOADD in `svn stat | awk '{ print $2 }'`; do svn online canadian pharmacy add $FILETOADD; done *nix
No comments yet.