#! /usr/bin/bash if [ ! -f $1 ] || [ ! -d $2 ]; then make install; fi