mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

commit 58f73807a52964c6d7206290659a59570ee58841
parent 2650ae90cef0a58305e07ca104f17cb5338d7203
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri,  2 Jan 2015 23:54:55 +0100

ignore comments

Diffstat:
check-packages.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/check-packages.sh b/check-packages.sh @@ -1,3 +1,3 @@ #!/bin/bash -comm -3 <(apt-mark showmanual | sort) <(sort ~/config/apt/*) +comm -3 <(apt-mark showmanual | sort) <(sort ~/config/apt/* | cut -d ' ' -f1)