summaryrefslogtreecommitdiffstats
path: root/download-pkg
diff options
context:
space:
mode:
Diffstat (limited to 'download-pkg')
-rwxr-xr-xdownload-pkg2
1 files changed, 2 insertions, 0 deletions
diff --git a/download-pkg b/download-pkg
new file mode 100755
index 0000000..04b31f7
--- /dev/null
+++ b/download-pkg
@@ -0,0 +1,2 @@
+#!/bin/sh
+curl -O $(pacman -Spwdd "$@")