Add download-file.ps1 and download-dir.ps1

This commit is contained in:
Markus Fleschutz
2021-04-14 13:40:04 +02:00
parent 24707fbaca
commit e1951f0089
4 changed files with 32 additions and 5 deletions

View File

@ -37,7 +37,8 @@ create-tag.ps1, creates a new tag in the current/given Git repository
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
download-dir.ps1, downloads a directory tree from the given URL
download-file.ps1, downloads a file from the given URL
edit.ps1, edits the given file with the built-in text editor
enable-crash-dumps.ps1, enables the writing of crash dumps
enable-god-mode.ps1, enables the god mode (adds a new icon to the desktop)

1 Script Description
37 daily-tasks.sh execute PowerShell scripts automatically as daily tasks (Linux only)
38 decrypt-file.ps1 decrypts the given file
39 display-time.ps1 displays the current time for 10 seconds by default
40 download.ps1 download-dir.ps1 downloads the file/directory from the given URL downloads a directory tree from the given URL
41 download-file.ps1 downloads a file from the given URL
42 edit.ps1 edits the given file with the built-in text editor
43 enable-crash-dumps.ps1 enables the writing of crash dumps
44 enable-god-mode.ps1 enables the god mode (adds a new icon to the desktop)