summaryrefslogtreecommitdiffstats
path: root/communityco
diff options
context:
space:
mode:
Diffstat (limited to 'communityco')
-rwxr-xr-xcommunityco10
1 files changed, 0 insertions, 10 deletions
diff --git a/communityco b/communityco
deleted file mode 100755
index 0909db1..0000000
--- a/communityco
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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