Simpe rename

This commit is contained in:
Markus Fleschutz
2021-11-29 10:44:26 +01:00
parent 07444ceb70
commit 06d3c1c03d
16 changed files with 19 additions and 19 deletions

View File

@ -0,0 +1,15 @@
<#
.SYNOPSIS
Launches the Windows Terminal app
.DESCRIPTION
This script launches the Windows Terminal application.
.EXAMPLE
PS> ./open-windows-terminal
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
Start-Process wt.exe
exit 0 # success