diff options
Diffstat (limited to 'bin/update-spdx')
| -rwxr-xr-x | bin/update-spdx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/update-spdx b/bin/update-spdx new file mode 100755 index 0000000..c3c679c --- /dev/null +++ b/bin/update-spdx @@ -0,0 +1,3 @@ +#!/bin/sh + +wget https://spdx.org/licenses/licenses.json -q -O spdx-licenses.json |
