#!/bin/sh
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
(
while ! /bin/getdestiny
do
echo "Retrying destiny retrieval"
done
/bin/dodestiny
) &