Remove obsolete manual files

This commit is contained in:
Markus Fleschutz 2023-07-29 10:24:37 +02:00
parent cd695a6dcd
commit 662af9bd2f
2 changed files with 0 additions and 52 deletions

View File

@ -1,26 +0,0 @@
## bye-bye.ps1 - Replies to 'bye bye'
This script says a reply to 'bye bye' by text-to-speech (TTS).
## Parameters
```powershell
bye-bye.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./bye-bye
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of bye-bye.ps1*

View File

@ -1,26 +0,0 @@
## check-christmas.ps1 - Checks the time until Christmas
This script checks the time until Christmas and replies by text-to-speech (TTS).
## Parameters
```powershell
check-christmas.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
```
## Example
```powershell
PS> ./check-christmas
```
## Notes
Author: Markus Fleschutz · License: CC0
## Related Links
https://github.com/fleschutz/PowerShell
*Generated by convert-ps2md.ps1 using the comment-based help of check-christmas.ps1*