#/bin/bash
echo "start"
make -f makefile.linux | tr -cd '\11\12\15\40-\176'
echo "end";
