riju/bin/dep

6 lines
108 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
exec node "$(dirname "$(realpath "$0")")"/../tools/depgraph.js "$@"