1
0
Fork 0
dotfiles/bin/aur

5 lines
121 B
Bash
Executable file

#!/usr/bin/env bash
set -exuo pipefail
curl "https://aur.archlinux.org/cgit/aur.git/snapshot/$1.tar.gz" -o "$1.tar.gz"