#! /bin/bash echo "Directory to install to?" read INSTALL_DESTINATION mkdir $INSTALL_DESTINATION cp ./fboard/* $INSTALL_DESTINATION -r