#!/bin/sh
./build $*
chmod u+xr setup
./setup
make install
echo "Installation finished successfully..."
