42-archive/malloc/run.sh
2017-02-17 23:38:50 +01:00

5 lines
122 B
Bash
Executable file

#!/bin/sh
export DYLD_LIBRARY_PATH=.
export DYLD_INSERT_LIBRARIES="libft_malloc.so"
export DYLD_FORCE_FLAT_NAMESPACE=1
$@