Added create-symlink.ps1

This commit is contained in:
Markus Fleschutz
2021-02-17 08:24:03 +01:00
parent ea19ee6769
commit f0fe3a50b0
3 changed files with 28 additions and 0 deletions

View File

@ -18,6 +18,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
create-symlink.ps1, creates a symbolic link
csv-to-text.ps1, converts the given CSV file into a text list
daily-tasks.sh, execute PowerShell scripts automatically as daily tasks (Linux only)
decrypt-file.ps1, decrypts the given file

1 Script Description
18 close-vlc.ps1 closes the VLC media player gracefully
19 close-windows-terminal.ps1 closes Windows Terminal gracefully
20 configure-git.ps1 sets up the Git user configuration
21 create-symlink.ps1 creates a symbolic link
22 csv-to-text.ps1 converts the given CSV file into a text list
23 daily-tasks.sh execute PowerShell scripts automatically as daily tasks (Linux only)
24 decrypt-file.ps1 decrypts the given file