mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-22 16:03:22 +01:00
Added first line
This commit is contained in:
parent
4265a8975d
commit
b74d2f347d
@ -1,4 +1,4 @@
|
|||||||
@echo off
|
#!/snap/bin/powershell
|
||||||
::
|
::
|
||||||
:: Syntax: make-install.ps1 <build-dir>
|
:: Syntax: make-install.ps1 <build-dir>
|
||||||
:: Description: Copies newer EXE's + DLL's from the build directory to the installation directory.
|
:: Description: Copies newer EXE's + DLL's from the build directory to the installation directory.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/snap/bin/powershell
|
||||||
|
|
||||||
Function Get-TimedScreenshot {
|
Function Get-TimedScreenshot {
|
||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/snap/bin/powershell
|
||||||
|
|
||||||
Function Get-TimedScreenshot {
|
Function Get-TimedScreenshot {
|
||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/snap/bin/powershell
|
||||||
|
|
||||||
function Validate-Xml {
|
function Validate-Xml {
|
||||||
param ([string]$XmlFilePath)
|
param ([string]$XmlFilePath)
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user