#!/usr/bin/env zsh make diff <(./ft_nm $@) <(nm $@) if [ $? -eq 0 ]; then echo "OK ✅" else echo "ERROR ❎" fi