gentoo-tools

Some Gentoo helper tools
git clone git://r-36.net/gentoo-tools
Log | Files | Refs | 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