3 lines
58 B
Text
3 lines
58 B
Text
|
#!/bin/sh
|
||
|
yay -S --batchinstall --needed --noconfirm "$@"
|