findglobals.sh 227 B

123456
  1. #!/bin/bash
  2. # Quick and dirty check to see if anybody's leaked global variables.
  3. # We should have this, toy_list, toybuf, and toys.
  4. nm --size-sort generated/unstripped/toybox | grep '[0-9A-Fa-f]* [BCDGRS]' #| cut -d ' ' -f 3