blob: 93e7e697c41b104e7cc2e0b5f2e234c0505ab608 [file] [log] [blame]
#!/bin/bash
# Prints the size of the executable code in the chrome executable.
echo $(( 0x$(readelf -SW $1/Default/chrome | grep text | awk '{print $6}') ))