4 lines
28 B
Bash
4 lines
28 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
pacman -Qlq "$@"
|