Usage :
curl https://raw.githubusercontent.com/lorenuars19/ft_printf_tester/master/test.sh -o test.sh && bash test.sh Usage :
test.sh -[cdtv]
-c | --comp complexity
-d | --no-ko do not ask to display logs of KO
-t | --tests number of tests
-v | --verbose verbose level [ 0 = pretty | 1 = minimal | 2 = full ]
-u | --update check for update and update script
-h | --help displays this message
Ex:
bash test.sh -t 420 -c 4 -v 0 -d
bash test.sh -t 5 -c 420 -v 2
bash test.sh -t 69 -c 69 -v 1this script tries to find your header ft_printf.h file and libprintf.a automatically