Improve the scripts

This commit is contained in:
Markus Fleschutz
2021-05-17 19:53:40 +02:00
parent 61900ec1d9
commit 6ee8ea905f
6 changed files with 11 additions and 10 deletions

View File

@@ -1,8 +1,6 @@
Script,Description
add-firewall-rules.ps1, adds firewall rules to the given executables (needs admin rights)
add-memo.ps1, adds the given memo text to $HOME/Memos.csv
build-repo.ps1, builds the current/given Git repository
build-repos.ps1, builds all Git repositories under the current/given directory
cd-desktop.ps1, go to the user's desktop folder
cd-docs.ps1, go to the user's documents folder
cd-downloads.ps1, go to the user's downloads folder
@@ -132,6 +130,8 @@ locate-ipaddress.ps1, prints the geographic location of the given IP address
locate-zip-code.ps1, prints the geographic location of the given zip-code
MD5.ps1, prints the MD5 checksum of the given file
make-install.ps1, installs built executables and libs to the installation directory
make-repo.ps1, builds the current/given Git repository
make-repos.ps1, builds all Git repositories under the current/given directory
moon.ps1, prints the current moon phase
mute-audio.ps1, mutes audio
next-joke.ps1], gets the next random Juck Norris joke
1 Script Description
2 add-firewall-rules.ps1 adds firewall rules to the given executables (needs admin rights)
3 add-memo.ps1 adds the given memo text to $HOME/Memos.csv
build-repo.ps1 builds the current/given Git repository
build-repos.ps1 builds all Git repositories under the current/given directory
4 cd-desktop.ps1 go to the user's desktop folder
5 cd-docs.ps1 go to the user's documents folder
6 cd-downloads.ps1 go to the user's downloads folder
130 locate-zip-code.ps1 prints the geographic location of the given zip-code
131 MD5.ps1 prints the MD5 checksum of the given file
132 make-install.ps1 installs built executables and libs to the installation directory
133 make-repo.ps1 builds the current/given Git repository
134 make-repos.ps1 builds all Git repositories under the current/given directory
135 moon.ps1 prints the current moon phase
136 mute-audio.ps1 mutes audio
137 next-joke.ps1] gets the next random Juck Norris joke