@ -28,12 +28,14 @@ echo -e "#include <stdio.h>\nint main(void){return 0;}" > test.c
$CC test.c -o $out_name
chmod +x $out_name
rm test.c $out_name
rm test.c
if ! ./$out_name; then
echo "[FAILED] Fix c compiler or headers..."
rm $out_name
exit 1
fi
exit 0
The note is not visible to the blocked user.