#!/bin/bash

export WEBKIT_DIR=~/Projects/WebKit.git
if [[ -f ${WEBKIT_DIR}/webkitenv ]]; then
    source ${WEBKIT_DIR}/webkitenv
fi