diff --git a/pacman/remove-orphans.sh b/pacman/remove-orphans.sh new file mode 100644 index 0000000..6b4a6a4 --- /dev/null +++ b/pacman/remove-orphans.sh @@ -0,0 +1,3 @@ +#!/bin/sh +echo "Removing Orphans..." +sudo pacman -Rs $(pacman -Qtdq) \ No newline at end of file