xjea.psm1

function show-JeaPresentation
{
    $path = Join-Path $PSScriptRoot 'docs\jitjea.pptx'
    Invoke-item $path
}