#!/bin/bash setup(){ echo "running setup" } teardown(){ echo "running teardown" }