Files
XDP-Firewall/scripts/libxdp_clean.sh
Christian Deacon ad40c4183f Improve scripts.
2025-02-26 17:01:51 -05:00

7 lines
71 B
Bash
Executable File

#!/bin/bash
if [ -n "$ROOT" ]; then
cd $ROOT
fi
make libxdp_clean