trying to placate win7 which is injecting extra CRs on the end of our output not.
[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