#!/bin/bash if [ "$1" = "" ]; then echo "Usage: archco []" exit 1 fi for i in "$@"; do svn co svn+ssh://svn.archlinux.org/srv/svn-packages/$i done