This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Orinial work by Ivan Grokhotkov. | |
# https://gist.github.com/igrr/43f8b8c3c4f883f980e5 | |
# | |
# This version modified by Martin Grønholdt | |
# https://gist.github.com/deadbok/1e9a3fd78bdb854fd9b2 | |
# | |
# Print data, rodata, bss sizes in bytes | |
# | |
# Usage: |