mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Renamed folder Scripts to scripts
This commit is contained in:
15
scripts/open-windows-terminal.ps1
Executable file
15
scripts/open-windows-terminal.ps1
Executable file
@ -0,0 +1,15 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Launches the Windows Terminal app
|
||||
.DESCRIPTION
|
||||
This script launches the Windows Terminal application.
|
||||
.EXAMPLE
|
||||
PS> ./open-windows-terminal
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz | License: CC0
|
||||
#>
|
||||
|
||||
Start-Process wt.exe
|
||||
exit 0 # success
|
Reference in New Issue
Block a user