clouseau/src/scripts/clouseau

9 lines
146 B
Bash

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