Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P353
Masterwork From Distant Lands
Active
Public
Actions
Authored by
zack
on Feb 2 2019, 1:35 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
#!/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
edited the content of this paste.
(Show Details)
Feb 2 2019, 1:35 PM
2019-02-02 13:35:16 (UTC+1)
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
2019-02-02 13:35:46 (UTC+1)
zack
mentioned this in
T1511: index project licenses using GitHub's license detector
.
Log In to Comment