#!/bin/sh
# print package name for current directory

path=$(git rev-parse --show-prefix)
echo "${path%/}"
