1 2 3 4 5 6 7 8 9 10
#!/bin/bash ./bootstrap ./configure make if [ $? -eq 0 ]; then exit 0 fi echo "Try again" make