mktar: Use `wc` instead of `du` in summary message
[sunny256-utils.git] / getapr
blobe07ac42f75c2caf8399cb12fe9d1e8c377f89dbf
1 #!/usr/bin/env bash
3 #=======================================================================
4 # $Id
5 # Download the newest apr+neon into the current directory.
6 #=======================================================================
8 svn co http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x apr
9 svn co http://svn.apache.org/repos/asf/apr/apr-util/branches/0.9.x apr-util
10 if [ ! -d neon ]; then
11 sget http://www.webdav.org/neon/neon-0.25.5.tar.gz | tar xvz
12 mv -v neon-0.25.5 neon