#!/usr/bin/env bash
set -e
case "$1" in
bin)
(
cd $(dirname "$0")
pwd
)
;;
share)
cd $(dirname "$0")/../share/f4pga
esac