5 lines
106 B
Bash
Executable file
5 lines
106 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -exuo pipefail
|
|
|
|
wget "https://aur.archlinux.org/cgit/aur.git/snapshot/$1.tar.gz"
|