#!/usr/bin/env bash set -o pipefail if ! in-gitdir; then echo "Not in a git repository" >&2 exit 1 fi git ls-files --other --directory --exclude-standard true