3 lines
70 B
Bash
Executable file
3 lines
70 B
Bash
Executable file
#!/usr/bin/bash
|
|
|
|
grep -v "^#" pkglist.txt | sudo pacman -S --needed -
|