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