Changed the file permissions

This commit is contained in:
Markus Fleschutz
2021-02-16 18:39:55 +01:00
parent 52f7dfc92c
commit 92f759c1d4
5 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ check-ipv6-address.ps1, checks the given IPv6 address for validity
check-mac-address.ps1, checks the given MAC address for validity
check-symlinks.ps1, checks every symlink in the given directory tree
check-xml-file.ps1, checks the given XML file for validity
clean-branch.ps1, cleans the current Git branch (and submodules) from generated files
clean-branch.ps1, cleans the current Git branch (including submodules) from generated files
clone-repos.ps1, clones well-known Git repositories
close-calculator.ps1, closes the calculator program gracefully
close-chrome.ps1, closes Google Chrome gracefully

1 Script Description
5 check-mac-address.ps1 checks the given MAC address for validity
6 check-symlinks.ps1 checks every symlink in the given directory tree
7 check-xml-file.ps1 checks the given XML file for validity
8 clean-branch.ps1 cleans the current Git branch (and submodules) from generated files cleans the current Git branch (including submodules) from generated files
9 clone-repos.ps1 clones well-known Git repositories
10 close-calculator.ps1 closes the calculator program gracefully
11 close-chrome.ps1 closes Google Chrome gracefully