3 lines
74 B
Plaintext
3 lines
74 B
Plaintext
|
|
#!/usr/bin/env sh
|
||
|
|
pacman -Qtdq | xargs --no-run-if-empty sudo pacman -Rns
|