Created "pacman/remove-orphans.sh"

Simples `sudo pacman -Rs $(pacman -Qtdq)` shell script

Signed-off-by: renatoxsr <renatoxsr@gmail.com>
This commit is contained in:
2022-10-09 13:48:48 -03:00
parent c5d4d0f063
commit 6c7e55d54d
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
echo "Removing Orphans..."
sudo pacman -Rs $(pacman -Qtdq)