Added csv-to-text.ps1

This commit is contained in:
Markus Fleschutz
2020-12-22 15:03:30 +00:00
parent 6d0a7b8efa
commit 5fdc3cd114
2 changed files with 27 additions and 0 deletions

View File

@ -12,6 +12,7 @@ The following PowerShell scripts can be found in the [Scripts/](Scripts/) subfol
* [check-xml-file.ps1](Scripts/check-xml-file.ps1) - checks the given XML file for validity
* [clone-repos.ps1](Scripts/clone-repos.ps1) - clones well-known Git repositories
* [configure-git.ps1](Scripts/configure-git.ps1) - sets up the Git configuration
* [csv-to-text.ps1](Scripts/csv-to-text.ps1) - converts the given CSV file into a text list
* [download.ps1](Scripts/download.ps1) - downloads the file/directory from the given URL
* [empty-dir.ps1](Scripts/empty-dir.ps1) - empties the given directory
* [enable-crash-dumps.ps1](Scripts/enable-crash-dumps.ps1) - enables the writing of crash dumps