Skip to content
Snippets Groups Projects
coin_utils_make_install.sh 70 B
#! /usr/bin/bash
if [ ! -f $1 ] || [ ! -d $2 ]; then make install; fi