#!/usr/bin/env bash source super.bash foo() { echo hello } super_function foo foo() { super echo world } super_function foo foo # prints "hello\nworld"