Subversion Repositories oidplus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
670 daniel-mar 1
@echo off
2
 
3
cd /d "%~dp0"
4
 
5
php cron.sh
6
 
7
exit /b %ERRORLEVEL%