diff options
| author | mo khan <mo.khan@gmail.com> | 2019-10-22 12:30:28 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-10-22 14:43:10 -0600 |
| commit | 130daab276992dbc5247cb08122665604b5d9d26 (patch) | |
| tree | 75522d47330cf7ce02e2fee37b29d4a59459143a /bin | |
| parent | 431f07f8d11b2bc2a8fd09351a4323c9df676822 (diff) | |
Add shell script to update spdx catalogue
Diffstat (limited to 'bin')
| -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 |
