fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
|
||||
for f in sys.argv[1:]:
|
||||
with open(f, 'w') as f:
|
||||
pass
|
||||
Reference in New Issue
Block a user