mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-07-06 07:30:04 +02:00
Update the comment header
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
.SYNOPSIS
|
||||
Launches Git Extensions
|
||||
.DESCRIPTION
|
||||
This script launches the Git Extensions application.
|
||||
This PowerShell script launches the Git Extensions application.
|
||||
.EXAMPLE
|
||||
PS> ./open-git-extensions
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
function TryToExec { param($Folder, $Binary)
|
||||
|
Reference in New Issue
Block a user