Added update-repos.ps1

This commit is contained in:
Markus Fleschutz
2021-01-20 16:11:38 +01:00
parent 4bc3339db9
commit 15a98fd9d1
5 changed files with 50 additions and 6 deletions

View File

@ -85,6 +85,7 @@ turn-volume-up.ps1, turns the audio volume up (+10% by default)
turn-volume-down.ps1, turns the audio volume down (-10% by default)
txt2wav.ps1, converts text into a audio .WAV file
unmute-audio.ps1, unmutes audio
update-repos.ps1, updates all Git repositories under the current directory
voice-control.ps1, executes the PowerShell scripts by voice
weather.ps1, prints the current weather forecast
weather-alert.ps1, checks the current weather for critical values

1 Filename Description
85 turn-volume-down.ps1 turns the audio volume down (-10% by default)
86 txt2wav.ps1 converts text into a audio .WAV file
87 unmute-audio.ps1 unmutes audio
88 update-repos.ps1 updates all Git repositories under the current directory
89 voice-control.ps1 executes the PowerShell scripts by voice
90 weather.ps1 prints the current weather forecast
91 weather-alert.ps1 checks the current weather for critical values