A new start

This commit is contained in:
James
2019-10-02 20:36:03 +01:00
commit 43ef8b6b4f
5 changed files with 62 additions and 0 deletions

2
pull.php Normal file
View File

@@ -0,0 +1,2 @@
<?php
passthru('git pull 2>error.txt && (lessc dev.less > dev.css 2>error.txt)');