mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-03 03:19:16 +01:00
Updated the script
This commit is contained in:
parent
946e76a5ca
commit
2f24158d17
@ -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] }
|
||||
|
Loading…
Reference in New Issue
Block a user