#!/bin/bash

readonly BASE_DIR=$(readlink -en `dirname $0`)

export PKG_CONFIG_PATH=$BASE_DIR/dist-wpe/lib/pkgconfig
export LD_LIBRARY_PATH=$BASE_DIR/dist-wpe/lib

exec $SHELL --rcfile <(echo '[ -f ~/.bashrc ] && source ~/.bashrc; PS1="[wpe-dev] $PS1"') -i
