Simple rename

This commit is contained in:
Markus Fleschutz
2021-11-23 22:17:41 +01:00
parent c754bae0bf
commit c743352975
3 changed files with 5 additions and 6 deletions

View File

@ -1,15 +0,0 @@
<#
.SYNOPSIS
Starts Windows Terminal
.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