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