mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-06 05:34:46 +00:00
5 lines
86 B
PHP
5 lines
86 B
PHP
<?php
|
|
$file = fopen('gitstatus.log','wb');
|
|
fwrite($file, 'NewCommit');
|
|
close($file);
|
|
|