Espruino/scripts/find_big_symbols.sh
Gordon Williams f3d6e0bc83 First commit
2013-09-26 14:39:04 +01:00

10 lines
207 B
Bash
Executable File

#!/bin/bash
#
# Extracts and orders symbol names in flash so we can see how big they are
#
# use like this
# scripts/find_big_symbols.sh espruino_hystm32_28.lst
grep "^08...... [^<]" $1 | sort --key=4