Add open-windows-terminal.ps1

This commit is contained in:
Markus Fleschutz
2021-10-28 09:53:03 +02:00
parent 1d335fb513
commit 23f4a9a3b9
6 changed files with 88 additions and 2 deletions

View File

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