NTFetch.psm1

<#
 
    .SYNOPSIS
        Microsoft PowerShell - Script Module
        'NTFetch.psm1'
 
    .DESCRIPTION
        NTFetch Script Module.
 
#>



function ntfetch {
     ."$PSScriptRoot\ntfetch.ps1"
}

Export-ModuleMember -Function ntfetch