navi/tests/helpers.sh

6 lines
72 B
Bash
Raw Normal View History

#!/usr/local/bin/env bash
myhelperfn() {
echo "inside helper: $*"
}