#!/bin/sh
if [ $# -gt 0 ]
then
   # Start clouseau daemon (will start single instance), then run app
   clouseau_start "$@" &
fi

clouseau_client
