Clouseau: Make script less awful.

SVN revision: 83391
This commit is contained in:
Tom Hacohen 2013-01-28 20:43:53 +00:00
parent 33cbf06c7f
commit c2894f28ac
1 changed files with 2 additions and 2 deletions

View File

@ -13,13 +13,13 @@ ENDOFMESSAGE
cat <<-ENDOFMESSAGE>clouseau
#!/bin/sh
clouseau_client &
if [ \$# -gt 0 ]
then
# Start clouseau daemon (will start single instance), then run app
clouseau_start "\$@" &
clouseau_start "\$@"
fi
clouseau_client
ENDOFMESSAGE
chmod +x clouseau