Skip to content

Commit e11581f

Browse files
committed
Updated the Markdown manuals
1 parent e12bff4 commit e11581f

File tree

607 files changed

+1840
-1840
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

607 files changed

+1840
-1840
lines changed

docs/add-firewall-rules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
*add-firewall-rules.ps1*
2-
================
1+
Script: *add-firewall-rules.ps1*
2+
========================
33

44
This PowerShell script adds firewall rules for the given executable. Administrator rights are required.
55

@@ -113,4 +113,4 @@ try {
113113
114114
```
115115

116-
*(generated by convert-ps2md.ps1 using the comment-based help of add-firewall-rules.ps1 as of 01/25/2024 13:28:31)*
116+
*(generated by convert-ps2md.ps1 using the comment-based help of add-firewall-rules.ps1 as of 01/25/2024 13:36:48)*

docs/add-memo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
*add-memo.ps1*
2-
================
1+
Script: *add-memo.ps1*
2+
========================
33

44
This PowerShell script saves the given memo text to Memos.csv in your home folder.
55

@@ -79,4 +79,4 @@ try {
7979
}
8080
```
8181

82-
*(generated by convert-ps2md.ps1 using the comment-based help of add-memo.ps1 as of 01/25/2024 13:28:31)*
82+
*(generated by convert-ps2md.ps1 using the comment-based help of add-memo.ps1 as of 01/25/2024 13:36:48)*

docs/alert.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
*alert.ps1*
2-
================
1+
Script: *alert.ps1*
2+
========================
33

44
This PowerShell script handles and escalates the given alert message.
55

@@ -71,4 +71,4 @@ try {
7171
}
7272
```
7373

74-
*(generated by convert-ps2md.ps1 using the comment-based help of alert.ps1 as of 01/25/2024 13:28:31)*
74+
*(generated by convert-ps2md.ps1 using the comment-based help of alert.ps1 as of 01/25/2024 13:36:48)*

docs/build-repo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
*build-repo.ps1*
2-
================
1+
Script: *build-repo.ps1*
2+
========================
33

44
This PowerShell script builds a Git repository by supporting build systems such as: autogen, cmake, configure, Gradle, Imakefile, Makefile, and Meson.
55

@@ -192,4 +192,4 @@ try {
192192
}
193193
```
194194

195-
*(generated by convert-ps2md.ps1 using the comment-based help of build-repo.ps1 as of 01/25/2024 13:28:31)*
195+
*(generated by convert-ps2md.ps1 using the comment-based help of build-repo.ps1 as of 01/25/2024 13:36:48)*

docs/build-repos.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
*build-repos.ps1*
2-
================
1+
Script: *build-repos.ps1*
2+
========================
33

44
This PowerShell script builds all Git repositories in a folder.
55

@@ -82,4 +82,4 @@ try {
8282
}
8383
```
8484

85-
*(generated by convert-ps2md.ps1 using the comment-based help of build-repos.ps1 as of 01/25/2024 13:28:31)*
85+
*(generated by convert-ps2md.ps1 using the comment-based help of build-repos.ps1 as of 01/25/2024 13:36:48)*

docs/cd-autostart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
*cd-autostart.ps1*
2-
================
1+
Script: *cd-autostart.ps1*
2+
========================
33

44
This PowerShell script changes the working directory to the user's autostart folder.
55

@@ -60,4 +60,4 @@ try {
6060
}
6161
```
6262

63-
*(generated by convert-ps2md.ps1 using the comment-based help of cd-autostart.ps1 as of 01/25/2024 13:28:31)*
63+
*(generated by convert-ps2md.ps1 using the comment-based help of cd-autostart.ps1 as of 01/25/2024 13:36:48)*

docs/cd-crashdumps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
*cd-crashdumps.ps1*
2-
================
1+
Script: *cd-crashdumps.ps1*
2+
========================
33

44
This PowerShell script changes the working directory to the crash dumps directory (Windows only). Whenever a software crashes and crash dumps are enabled(!) a crash dump file is written. This file helps to identify the reason for the crash.
55

@@ -63,4 +63,4 @@ try {
6363
}
6464
```
6565

66-
*(generated by convert-ps2md.ps1 using the comment-based help of cd-crashdumps.ps1 as of 01/25/2024 13:28:31)*
66+
*(generated by convert-ps2md.ps1 using the comment-based help of cd-crashdumps.ps1 as of 01/25/2024 13:36:48)*

docs/cd-desktop.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
*cd-desktop.ps1*
2-
================
1+
Script: *cd-desktop.ps1*
2+
========================
33

44
This PowerShell script changes the working directory to the user's desktop folder.
55

@@ -64,4 +64,4 @@ try {
6464
}
6565
```
6666

67-
*(generated by convert-ps2md.ps1 using the comment-based help of cd-desktop.ps1 as of 01/25/2024 13:28:31)*
67+
*(generated by convert-ps2md.ps1 using the comment-based help of cd-desktop.ps1 as of 01/25/2024 13:36:48)*

docs/cd-docs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
*cd-docs.ps1*
2-
================
1+
Script: *cd-docs.ps1*
2+
========================
33

44
This PowerShell script changes the working directory to the documents folder.
55

@@ -64,4 +64,4 @@ try {
6464
}
6565
```
6666

67-
*(generated by convert-ps2md.ps1 using the comment-based help of cd-docs.ps1 as of 01/25/2024 13:28:31)*
67+
*(generated by convert-ps2md.ps1 using the comment-based help of cd-docs.ps1 as of 01/25/2024 13:36:48)*

docs/cd-downloads.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
*cd-downloads.ps1*
2-
================
1+
Script: *cd-downloads.ps1*
2+
========================
33

44
This PowerShell script changes the working directory to the user's downloads folder.
55

@@ -64,4 +64,4 @@ try {
6464
}
6565
```
6666

67-
*(generated by convert-ps2md.ps1 using the comment-based help of cd-downloads.ps1 as of 01/25/2024 13:28:31)*
67+
*(generated by convert-ps2md.ps1 using the comment-based help of cd-downloads.ps1 as of 01/25/2024 13:36:48)*

0 commit comments

Comments
 (0)