Added first line

This commit is contained in:
Markus Fleschutz 2020-10-03 21:32:24 +00:00
parent 4265a8975d
commit b74d2f347d
4 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,4 @@
@echo off
#!/snap/bin/powershell
::
:: Syntax: make-install.ps1 <build-dir>
:: Description: Copies newer EXE's + DLL's from the build directory to the installation directory.

View File

@ -1,3 +1,5 @@
#!/snap/bin/powershell
Function Get-TimedScreenshot {
<#
.SYNOPSIS

View File

@ -1,3 +1,5 @@
#!/snap/bin/powershell
Function Get-TimedScreenshot {
<#
.SYNOPSIS

View File

@ -1,3 +1,5 @@
#!/snap/bin/powershell
function Validate-Xml {
param ([string]$XmlFilePath)
try {