licensee/script/license-path

6 lines
147 B
Plaintext
Raw Permalink Normal View History

2018-02-07 00:02:38 +08:00
#!/bin/sh
2017-07-01 04:33:48 +08:00
# Given a project, returns the path to its license
2018-02-07 00:02:38 +08:00
# Usage: script/license-path [PROJECT_PATH]
2017-07-01 04:33:48 +08:00
2018-02-07 00:02:38 +08:00
bundle exec bin/licensee license-path $1