mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
6 lines
76 B
Text
6 lines
76 B
Text
|
#!/bin/sh
|
||
|
nm -C --size "$@" |
|
||
|
sort -r |
|
||
|
grep ' [bBtTRr] ' |
|
||
|
exec less
|