Subversion Repositories oidplus

Rev

View as "text/x-msdos-batch" | Blame | Last modification | View Log | RSS feed

  1. @echo off
  2.  
  3. cd /d "%~dp0"
  4.  
  5. php cron.sh
  6.  
  7. exit /b %ERRORLEVEL%
  8.