From 130daab276992dbc5247cb08122665604b5d9d26 Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 22 Oct 2019 12:30:28 -0600 Subject: Add shell script to update spdx catalogue --- bin/update-spdx | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/update-spdx 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 -- cgit v1.2.3