view scripts/findglobals.sh @ 1262:8556669d3928 draft 0.4.8

This version of fold fixes major bugs (infinite loop, overflow) and adds an option for un/refolding text.
author Samuel Holland <samuel@sholland.net>
date Wed, 16 Apr 2014 19:49:15 -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