mirror of
https://github.com/php/web-windows.git
synced 2026-03-23 23:12:07 +01:00
10 lines
118 B
Batchfile
10 lines
118 B
Batchfile
@echo off
|
|
|
|
rem cron for fetching updates from git
|
|
|
|
cd /d c:\domains\windows.php.net
|
|
|
|
c:\apps\git\bin\git.exe pull
|
|
|
|
|