#!/usr/bin/sh clang-11 -g -O2 -target bpf -c tp_tcp.c -o tp_tcp.o && \ gcc load_bpf.c -o load_bpf -lbpf && \ sudo ./load_bpf