added bin directory
This commit is contained in:
parent
a1b3c04dd5
commit
89c98115e6
4 changed files with 28 additions and 0 deletions
2
bin/remove_orphans
Executable file
2
bin/remove_orphans
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
sudo pacman -Qtdq | sudo pacman -Rns - 2> /dev/null|| echo "No orphans to remove"
|
||||
Loading…
Add table
Add a link
Reference in a new issue