Add build-repos.ps1

This commit is contained in:
Markus Fleschutz
2021-04-14 19:01:47 +02:00
parent f9a479b0f9
commit a2a0c914fe
4 changed files with 47 additions and 8 deletions

View File

@ -1,6 +1,7 @@
Script,Description
add-firewall-rules.ps1, adds firewall rules to the given executables (needs admin rights)
build-repo.ps1, builds the current/given Git repository
build-repos.ps1, builds all Git repositories under the current/given directory
check-cpu-temp.ps1, checks the CPU temperature
check-dns-resolution.ps1, checks the DNS resolution with frequently used domain names
check-drive-space.ps1, checks the given drive for free space left

1 Script Description
2 add-firewall-rules.ps1 adds firewall rules to the given executables (needs admin rights)
3 build-repo.ps1 builds the current/given Git repository
4 build-repos.ps1 builds all Git repositories under the current/given directory
5 check-cpu-temp.ps1 checks the CPU temperature
6 check-dns-resolution.ps1 checks the DNS resolution with frequently used domain names
7 check-drive-space.ps1 checks the given drive for free space left