#!/bin/bash
D="$HOME/Library/Application Support/Tilt"
mkdir -p "$D"
cd "$D"
HERE="$(cd "$(dirname "$0")" && pwd)"
exec "$HERE/tilt"
