view scripts/findglobals.sh @ 1474:715c765cec61 draft

find -xdev should return mount points, just not contents.
author Rob Landley <rob@landley.net>
date Sun, 14 Sep 2014 20:37:23 -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