#!/bin/bash kill -9 $(pgrep treebird.cgi) > /dev/null 2>&1 fcgistarter -c $(dirname $(readlink -f $0))/../dist/treebird.cgi -p 4000 -N 1