Espruino/scripts/find_big_rom.sh
2014-11-10 17:46:09 +00:00

14 lines
226 B
Bash
Executable File

#!/bin/bash
#
# Extracts and orders symbol names so we can see how big they are
#
if [ $# -eq 0 ]
then
echo "USAGE:"
echo "scripts/find_big_rom.sh espruino_XXXX.lst"
exit 1
fi
grep "^00...... [^<]" $1 | sort --key=4