Add create-shortcut.ps1

This commit is contained in:
Markus Fleschutz
2021-03-15 08:06:37 +01:00
parent 8b608c57a2
commit 3af684d749
3 changed files with 37 additions and 0 deletions

View File

@ -20,6 +20,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-shortcut.ps1, creates a shortcut
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)

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