From d837403780dbf479dc98296a3b94b7f43ae5bc35 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 18 Aug 2009 15:52:54 -0700 Subject: Add communityco like archco MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original-idea-by: Eric BĂ©langer Signed-off-by: Aaron Griffin --- communityco | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 communityco (limited to 'communityco') diff --git a/communityco b/communityco new file mode 100755 index 0000000..83e5aae --- /dev/null +++ b/communityco @@ -0,0 +1,10 @@ +#!/bin/bash + +if [ "$1" = "" ]; then + echo "Usage: communityco []" + exit 1 +fi + +for i in "$@"; do + svn co svn+ssh://aur.archlinux.org/srv/svn-packages/$i +done -- cgit v1.2.3-24-g4f1b