#!/bin/bash
PWD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

exec gnome-terminal -x bash --init-file ${PWD}/setup.bash
