Added daily-tasks.sh

This commit is contained in:
Markus Fleschutz
2021-02-06 16:14:05 +01:00
parent 25df5e5ae7
commit a16d20dece
3 changed files with 20 additions and 0 deletions

View File

@ -13,6 +13,7 @@ close-thunderbird.ps1, closes Mozilla Thunderbird gracefully
close-windows-terminal.ps1, closes Windows Terminal gracefully
configure-git.ps1, sets up the Git configuration
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
display-time.ps1, displays the current time for 10 seconds by default
download.ps1, downloads the file/directory from the given URL

1 Filename Description
13 close-windows-terminal.ps1 closes Windows Terminal gracefully
14 configure-git.ps1 sets up the Git configuration
15 csv-to-text.ps1 converts the given CSV file into a text list
16 daily-tasks.sh execute PowerShell scripts automatically as daily tasks (Linux only)
17 decrypt-file.ps1 decrypts the given file
18 display-time.ps1 displays the current time for 10 seconds by default
19 download.ps1 downloads the file/directory from the given URL