add flashtool.pyz to git
This commit is contained in:
parent
d9da394034
commit
56b9dc11da
|
@ -1,8 +0,0 @@
|
|||
@echo off
|
||||
Rem Make powershell read this file, skip a number of lines, and execute it.
|
||||
Rem This works around .ps1 bad file association as non executables.
|
||||
PowerShell -Command "Get-Content '%~dpnx0' | Select-Object -Skip 6 | Out-String | Invoke-Expression"
|
||||
pause
|
||||
goto :eof
|
||||
# Start of PowerShell script here
|
||||
Write-Host "Hello World!"
|
Binary file not shown.
Loading…
Reference in New Issue