Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
Add a comment explaining whey this is here.
  • Loading branch information
theredbaron1834 committed Jun 12, 2014
1 parent 7a2eb77 commit 66c8606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoremove
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
#This removes all leftover files, similar to apt-get autoremove.
#This removes all leftover files, similar to apt-get autoremove. It is only here because I always forget the command, so I scripted it.
sudo pacman -Rcns $(pacman -Qdtq)

0 comments on commit 66c8606

Please sign in to comment.