gentoo-tools

Some Gentoo helper tools
git clone git://r-36.net/gentoo-tools
Log | Files | Refs | LICENSE

commit e4a5f9c53e49a50b53b7d3ad5e4f3abdaadb9b91
parent 222dfe39ea2314a534f7f8a6b1d7bf3d6948220f
Author: Christoph Lohmann <20h@r-36.net>
Date:   Fri,  4 Mar 2016 16:15:26 +0100

Add ebuildstatus.

Diffstat:
bin/ebuildstatus | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/bin/ebuildstatus b/bin/ebuildstatus @@ -0,0 +1,13 @@ +#!/bin/sh +# +# Copy me if you can. +# by 20h +# + +if [ $# -gt 0 ]; +then + genlop "$@" +else + genlop -c +fi +