source /lib/lsb/init-functions
PARAMS="four 'five  six'"
/bin/bash `pwd`/bar.sh one "two  three" $PARAMS '$dollar' '`ls`' ''
start_daemon -- /bin/bash `pwd`/bar.sh one "two three" $PARAMS '$dollar' '`ls`' ''
start_daemon -- /bin/bash `pwd`/bar.sh "'quotes are fun" $PARAMS
