joelagnel / bpfd

BPFd (Deprecated, please see README.md) : Berkeley Packet Filter daemon (BPFd). Makes it possible to run BCC tools across systems.
Apache License 2.0
95 stars 23 forks source link

Add shell script for pulling down the BCC source files that BPFd depends on #33

Closed jcanseco closed 6 years ago

jcanseco commented 6 years ago

This allows us to synchronize the BCC source files found in the 'bcc-deps' directory.

Signed-off-by: Jazel Canseco jcanseco@google.com

Fixes #30