#!/bin/sh

set -e

test -e /boot-profile.pid || exit 0

# Wait some time hoping Tor has bootstrapped and Tor Browser is started
sleep 180

sudo -n /usr/local/sbin/kill-boot-profile


syntax highlighted by Code2HTML, v. 0.9.1