#!/bin/bash cd $(dirname $0) php -f main.php > /dev/null 2>&1 &