public/tellme.ps1

function tellme { invoke-expression "$( $args | % { $_ -join ',' } )" }