Updated the script

This commit is contained in:
Markus Fleschutz 2020-11-06 14:37:17 +00:00
parent 946e76a5ca
commit 2f24158d17

View File

@ -18,7 +18,7 @@ try {
write-host ""
foreach ($item in $FileContent.rss.channel.item) {
write-host "* "$item.title
write-host "*" $item.title
}
exit 0
} catch { Write-Error $Error[0] }