view scripts/findglobals.sh @ 1233:859b9bdde999 draft

Add help.html (make defconfig && help -ah > help.html) to index.
author Rob Landley <rob@landley.net>
date Fri, 28 Mar 2014 22:55:30 -0500
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