mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-12-03 13:23:56 +01:00
Update list-news.ps1
This commit is contained in:
parent
e74c9f1010
commit
06bf9e3d8e
@ -28,7 +28,7 @@ try {
|
||||
[xml]$content = (Invoke-WebRequest -URI $RSS_URL -useBasicParsing).Content
|
||||
$title = $content.rss.channel.title
|
||||
$URL = $content.rss.channel.link
|
||||
Write-Host "`n UTC HEADLINES (by: " -noNewline
|
||||
Write-Host "`n UTC HEADLINES (by " -noNewline
|
||||
Write-Host $URL -foregroundColor blue -noNewline
|
||||
Write-Host ")"
|
||||
Write-Host " --- ---------"
|
||||
|
Loading…
Reference in New Issue
Block a user