Skip to content

Commit

Permalink
Add shell script to export LD_PRELOAD
Browse files Browse the repository at this point in the history
  • Loading branch information
Feh committed Feb 3, 2012
1 parent f1ca529 commit 450aaf5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nocache
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
export LD_PRELOAD="./nocache.so"
exec "$@"

0 comments on commit 450aaf5

Please sign in to comment.