3 lines
94 B
Text
3 lines
94 B
Text
|
#!/bin/bash
|
||
|
sudo pacman -Qtdq | sudo pacman -Rns - 2> /dev/null|| echo "No orphans to remove"
|