added bin directory

This commit is contained in:
Moritz Böhme 2021-04-01 21:02:01 +02:00
parent a1b3c04dd5
commit 89c98115e6
4 changed files with 28 additions and 0 deletions

2
bin/remove_orphans Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
sudo pacman -Qtdq | sudo pacman -Rns - 2> /dev/null|| echo "No orphans to remove"