# encoding: ascii
# api: powershell
# title: PowerGrowl Sample
# description: PowerGrowl Sample Goes Here
# version: 0.1
# type: module
# author: Thom Lamb
# license: CC0
# x-poshcode-id: 6473
# x-archived: 2017-03-31T03:09:31
# x-published: 2017-08-13T03:27:00
#
#
# Working PowerGrowl Sample Goes Here
Clear-Host
$Location = $($Env:PSModulePath).Split(';')[0]
Import-Module $Location\PowerGrowl.psm1
Get-Module PowerGrowl | Format-List
#Register-GrowlType -AppName "PoshTwitter" -Name "Greetings" `
# -Icon "C:\Users\username\Documents\WindowsPowerShell\Modules\default_icon.png"
#Send-Growl "Greetings" "Hello World!"