mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
8 lines
87 B
Bash
Executable File
8 lines
87 B
Bash
Executable File
#! /bin/sh
|
|
|
|
USE_PHP=php
|
|
CRONDIR=`dirname $0`
|
|
|
|
cd "$CRONDIR"
|
|
$USE_PHP -f RunCron.php $*
|