blob: 405d6cbe734393c9e4356a01aade8d1419a52a3f [file] [log] [blame]
#!/bin/bash
# Prints the chrome executable's size in bytes.
du -hb $1/Default/chrome | awk '{print $1}'