Home
Software Heritage
Search
Configure Global Search
Log In
Transactions
P353
Change Details
Change Details
Old
New
Diff
#!/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" "$@"
#!/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" "$@"
Continue