PSModuleDevelopment.psm1
<#
.NOTES -------------------------------------------------------------------------------- Code generated by: SAPIEN Technologies, Inc., PowerShell Studio 2016 v5.2.127 Generated on: 07.08.2016 20:36 Generated by: Bosparan Organization: Infernal Associates ltd. -------------------------------------------------------------------------------- .DESCRIPTION Script generated by PowerShell Studio 2016 #> # Perform Actions before loading the rest of the content . "$PSScriptRoot\scripts\preload.ps1" #region Load module content . "$PSScriptRoot\functions\Get-ModuleDebug.ps1" Export-ModuleMember -Function Get-ModuleDebug . "$PSScriptRoot\functions\Import-ModuleDebug.ps1" Export-ModuleMember -Function Import-ModuleDebug -Alias ipmod . "$PSScriptRoot\functions\Remove-ModuleDebug.ps1" Export-ModuleMember -Function Remove-ModuleDebug . "$PSScriptRoot\functions\Restart-Shell.ps1" Export-ModuleMember -Function Restart-Shell -Alias rss . "$PSScriptRoot\functions\Set-ModuleDebug.ps1" Export-ModuleMember -Function Set-ModuleDebug #endregion Load module content # Perform Actions after loading the module contents . "$PSScriptRoot\scripts\postload.ps1" |