imgtools/buildrom/tools/features
changeset 713 7b7f0409fc00
parent 701 170c8b305768
equal deleted inserted replaced
712:df89378e9223 713:7b7f0409fc00
     1 #!/bin/sh
     1 #!/bin/sh
     2 perl -S features.pl $@
     2 PRGDIR=`dirname "$0"`
       
     3 
       
     4 PRGDIR=`cd "$PRGDIR"; pwd`
       
     5 
       
     6 
       
     7 perl "$PRGDIR/features.pl" $@
       
     8