#!/bin/bash if make -j 8; then if [ -x /usr/bin/optirun ]; then optirun ./demo else ./demo fi fi