mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-26 10:40:44 +00:00
4 lines
85 B
PHP
4 lines
85 B
PHP
<?php
|
|
$file = fopen('gitstatus.log','wb');
|
|
fwrite($file, 'NewCommit');
|
|
close($file);
|