Skip to content
Snippets Groups Projects
Commit a10e8b3d authored by Robert Ricci's avatar Robert Ricci
Browse files

Simple script to save me some typing while debugging

parent 1237c1f4
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
export LD_PRELOAD=libnetmon.so
if [ "x$LIBNETMON_OUTPUTVERSION" = "x" ]; then
export LIBNETMON_OUTPUTVERSION=3
else
export LIBNETMON_OUTPUTVERSION
fi
$*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment