#!/bin/sh
echo "Starting Script $0"
cd domains
cd zefix.silias.ch
cd public_html
/usr/bin/php taskExecuter.php
echo "Script is Ending $0"