42-archive/nm-otool/scripts/otooldiff.sh
Jack Halford 519b50e304 ppc done
2017-11-01 13:00:12 +01:00

7 lines
143 B
Bash
Executable file

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