#!/bin/bash ## # This is the code-clopper-opebox specific bash. It should be used to execute bash # scripts that need some standard functions to be predefined. here() { dirname "$(readlink -f "${BASH_SOURCE[0]}")" } source "$(here)/../lib/common-functions.bash" # Source any script that is passed as parameter and pass it all other arguments. source "$@"