Update add-memo.ps1, list-memos.ps1, and list-scripts.ps1

This commit is contained in:
Markus Fleschutz
2023-04-25 14:17:42 +02:00
parent 60c2008daa
commit bf81138941
4 changed files with 31 additions and 34 deletions

View File

@ -1,6 +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
SCRIPT,DESCRIPTION
add-firewall-rules.ps1, Adds firewall rules for executables (needs admin rights)
add-memo.ps1, Adds a memo text
build-repo.ps1, Builds a Git repository
build-repos.ps1, Builds all Git repositories in a folder
cd-autostart.ps1, Set the working directory to the user's autostart folder

1 Script SCRIPT Description DESCRIPTION
2 add-firewall-rules.ps1 Adds firewall rules to the given executables (needs admin rights) Adds firewall rules for executables (needs admin rights)
3 add-memo.ps1 Adds the given memo text to $HOME/Memos.csv Adds a memo text
4 build-repo.ps1 Builds a Git repository Builds a Git repository
5 build-repos.ps1 Builds all Git repositories in a folder Builds all Git repositories in a folder
6 cd-autostart.ps1 Set the working directory to the user's autostart folder Set the working directory to the user's autostart folder