#!/bin/sh
#####
#

grep -v "lib/libc*.so" | grep -v "elf/ld" | grep -v "bin/ld"

exit 0 ;

