Updated on-desktop-login.ps1

This commit is contained in:
Markus Fleschutz 2024-06-13 07:14:49 +02:00
parent b39ccc6640
commit 3187d04df6

View File

@ -31,7 +31,6 @@ try {
& "$PSScriptRoot/cd-repos.ps1"
& "$PSScriptRoot/fetch-repos.ps1"
" "
& "$PSScriptRoot/play-big-ben.ps1"
& "$PSScriptRoot/watch-news.ps1"
exit 0 # success
} catch {