Commit d8374037 authored by Aaron Griffin's avatar Aaron Griffin
Browse files

Add communityco like archco

parent 568e21f1
Loading
Loading
Loading
Loading

communityco

0 → 100755
+10 −0
Original line number Diff line number Diff line
#!/bin/bash

if [ "$1" = "" ]; then
	echo "Usage: communityco <package name> [<package name>]"
	exit 1
fi

for i in "$@"; do
     svn co svn+ssh://aur.archlinux.org/srv/svn-packages/$i
done