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