#!/bin/bash

HERE=$(readlink -f "$0")
LOG=${HERE:0:-31}app/tmp/logs/error.log
PHP="${HERE}.php"

clear
tail -f $LOG | $PHP
