#!/bin/bash DIR=$(dirname $0) cd $DIR && make clean && make && ./main || exit 1