Fish Wang says to YSITD #!/usr/bin/env bash function mPersonGetValue() { echo 'you' } function vPersonRenderValue() { echo "$1 shup up please" } function cMain() { vPersonRenderValue $(mPersonGetValue) } cMain