4 lines
176 B
PowerShell
4 lines
176 B
PowerShell
|
|
= "12345678"
|
||
|
|
= Start-Process -FilePath "git" -ArgumentList "push" -NoNewWindow -PassThru -RedirectStandardInput "stdin.txt"
|
||
|
|
| Out-File -FilePath "stdin.txt" -Encoding ascii
|