ebuildstatus - gentoo-tools - Some Gentoo helper tools
 (HTM) git clone git://r-36.net/gentoo-tools
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
       ebuildstatus (101B)
       ---
            1 #!/bin/sh
            2 #
            3 # Copy me if you can.
            4 # by 20h
            5 #
            6 
            7 if [ $# -gt 0 ];
            8 then
            9         genlop "$@"
           10 else
           11         genlop -c
           12 fi
           13