#!/bin/bash set -eou pipefail shopt -s nullglob # Our fork of rebar3 copies those directories from apps to # _build/default/lib rather than just making a symlink. Now erlang_ls # sees the same module twice and if you're just navigating through the # call stack you accidentally end up editing files in # _build/default/lib rather than apps usage() { cat <