get_common_dir() { echo $(realpath $(dirname ${BASH_SOURCE[0]})/common) } pre() { echo "pre not implemented" } post() { echo "post not implemented" } run() { echo "run not implemented" }