#! /usr/bin/env bash BASH_FILE="$(realpath "${BASH_SOURCE[0]}")" BASH_ROOT="$(dirname "${FILE}")" cd "${BASH_ROOT}" make 'clean' make 'publish'