#!/bin/bash


log_file="/var/www/html/icqh/estat/ind/arq_ind_medianas_out.txt"
err_file="/var/www/html/icqh/estat/ind/arq_ind_medianas_err.txt"

#whoami > echo.txt
#pwd >> echo.txt
#echo $PATH >> echo.txt

#cd /var/www/html/icqh/estat/ind

#php -f date.php $1 $2 $3 > $log_file 2> $err_file

php -f arq_ind_medianas_prompt.php $1 $2 $3 > $log_file 2> $err_file