#!/bin/bash # wrapper to run GitHub Licensee license detection tool form a git clone of its # repo, setting up the appropriate Ruby load path src_dir="${HOME}/dati/src/licensee" ruby -I "${src_dir}/lib" "${src_dir}/bin/licensee" "$@"