This website requires JavaScript.
Explore
Help
Sign In
hannes
/
dotfiles
Watch
1
Star
1
Fork
0
You've already forked dotfiles
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
57bf30107cfe40ab268af7a36fc819617c63bd8b
dotfiles
/
bin
/
pacman-remove-orphans
3 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add pacman orphan remove script
2024-04-27 16:25:17 +02:00
#!/usr/bin/env sh
Fix interactivity in pacman script
2024-05-27 12:43:01 +02:00
pacman -Qtdq | xargs --open-tty --no-run-if-empty sudo pacman -Rns
Reference in New Issue
Copy Permalink