ha! now have support for finding non-checked-in files in git repositories for rev_re...
[feisty_meow.git] / scripts / winders / find_64bit_bins.sh
1 for i in $FEISTY_MEOW_APEX/binaries/*.exe ; do dumpbin //headers $i | grep -i 8664 ; done