Page MenuHomeSoftware Heritage
Paste P353

Masterwork From Distant Lands
ActivePublic

Authored by zack on Feb 2 2019, 1:35 PM.
#!/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" "$@"

Event Timeline

zack changed the title of this paste from untitled to Masterwork From Distant Lands.
zack changed the visibility from "All Users" to "Public (No Login Required)".Feb 2 2019, 1:35 PM