still seeking the magic recipe to get jenkins happy. it continues to somehow
[feisty_meow.git] / scripts / winders / find_64bit_bins.sh
1 for i in $REPOSITORY_DIR/binaries/*.exe ; do dumpbin //headers $i | grep -i 8664 ; done