mirror of https://github.com/Kodomo/Dazzler
5 lines
98 B
Bash
5 lines
98 B
Bash
![]() |
#!/bin/sh
|
||
|
cd /home/dazzler/www/BAM/cron
|
||
|
OUT=`/usr/bin/php -q crontasks.php`
|
||
|
echo $OUT >> cron.log
|