6 lines
153 B
PowerShell
6 lines
153 B
PowerShell
Start-Transcript -OutputDirectory C:\cron\log
|
|
Set-Location C:\Share\URC_FILES
|
|
git add .
|
|
git commit -m "$((Get-Date).ToString())"
|
|
git push
|
|
Stop-Transcript |