tasty change to add a new category. this is definitely still a fred-realm script...
[feisty_meow.git] / scripts / winders / find_64bit_bins.sh
1 for i in $FEISTY_MEOW_DIR/binaries/*.exe ; do dumpbin //headers $i | grep -i 8664 ; done