Commit 450aaf5b authored by Julius Plenz's avatar Julius Plenz

Add shell script to export LD_PRELOAD

parent f1ca529a
#!/bin/sh
export LD_PRELOAD="./nocache.so"
exec "$@"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment