Commit:    f826f5a77fbc961e7396b161c245fde57d9caa71
Author:    Anatol Belski <[email protected]>         Tue, 28 Mar 2017 17:14:49 +0200
Parents:   ba4abe63bd57bdadb0323f372db2a3596d145e8f
Branches:  master

Link:       
http://git.php.net/?p=web/windows.git;a=commitdiff;h=f826f5a77fbc961e7396b161c245fde57d9caa71

Log:
add simple cron to update from git

Changed paths:
  A  script/pull_site_updates.bat


Diff:
diff --git a/script/pull_site_updates.bat b/script/pull_site_updates.bat
new file mode 100644
index 0000000..93ad4fc
--- /dev/null
+++ b/script/pull_site_updates.bat
@@ -0,0 +1,9 @@
+@echo off
+
+rem cron for fetching updates from git
+
+cd /d c:\domains\windows.php.net 
+
+c:\apps\git\bin\git.exe pull 
+
+


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to