#!/bin/sh if [ ! -f /targets/links/scratchbox.config ] then echo "Starting latituded" start apps/latituded fi exit 0