#!/bin/sh make gcc main.c -o test_malloc.out LD_PRELOAD=./libft_malloc.so ./test_malloc.out