Created
October 22, 2021 11:25
-
-
Save karolyi/bb1a8d07448e9a2240840a2daa449515 to your computer and use it in GitHub Desktop.
pacman autoremove
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
pacman -Rs $(pacman -Qtdq) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment