Add convert-mysql2csv.ps1

This commit is contained in:
Markus Fleschutz
2021-04-10 10:10:58 +02:00
parent 99197dfc29
commit a73e6d9885
3 changed files with 42 additions and 0 deletions

View File

@ -27,6 +27,7 @@ close-thunderbird.ps1, closes Mozilla Thunderbird gracefully
close-vlc.ps1, closes the VLC media player gracefully
close-windows-terminal.ps1, closes Windows Terminal gracefully
configure-git.ps1, sets up the Git user configuration
convert-mysql2csv.ps1, converts the MySQL database table to a CSV file
create-branch.ps1, creates a new branch in the current/given Git repository
create-shortcut.ps1, creates a shortcut
create-symlink.ps1, creates a symbolic link

1 Script Description
27 close-vlc.ps1 closes the VLC media player gracefully
28 close-windows-terminal.ps1 closes Windows Terminal gracefully
29 configure-git.ps1 sets up the Git user configuration
30 convert-mysql2csv.ps1 converts the MySQL database table to a CSV file
31 create-branch.ps1 creates a new branch in the current/given Git repository
32 create-shortcut.ps1 creates a shortcut
33 create-symlink.ps1 creates a symbolic link