view scripts/findglobals.sh @ 1115:349424387e22 draft

Break out lib/pending.h from lib/lib.h.
author Rob Landley <rob@landley.net>
date Sun, 10 Nov 2013 18:20:16 -0600
parents a3268a1c055e
children
line wrap: on
line source

#!/bin/bash

# Quick and dirty check to see if anybody's leaked global variables.
# We should have this, toy_list, toybuf, and toys.

nm toybox_unstripped | grep '[0-9A-Fa-f]* [BCDGRS]' | cut -d ' ' -f 3