Merging bin
This commit is contained in:
parent
1627325eff
commit
177cd9b4bf
3 changed files with 16 additions and 8 deletions
8
bin/aur
Executable file
8
bin/aur
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env tako
|
||||
|
||||
import sys
|
||||
|
||||
assert len(sys.argv) >= 2
|
||||
|
||||
fmt = 'https://aur.archlinux.org/cgit/aur.git/snapshot/{}.tar.gz'
|
||||
wget @(fmt.format(sys.argv[1]))
|
||||
Loading…
Add table
Add a link
Reference in a new issue