#!/bin/bash
if [ ! -L deploy_files ]; then
ln -s ../deploy_files .
fi
php -c build/neato_deploy_php_cli.ini -f neato.php $@