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