From f4e18a1860e33b579d9cdc82d944e6116b43c535 Mon Sep 17 00:00:00 2001 From: Peter Teuben Date: Wed, 10 Feb 2021 09:57:14 -0500 Subject: [PATCH] upd --- ads/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ads/Makefile diff --git a/ads/Makefile b/ads/Makefile new file mode 100644 index 0000000..ff180a5 --- /dev/null +++ b/ads/Makefile @@ -0,0 +1,13 @@ +# + +TIME = /usr/bin/time + + +help: + @echo no help + +# grep \"Software\": data/catalog.json | sed s/' '\"Software\":// | sed s/\",//g | sed s/' '\"// | sort > code_nasa_gov.names + +# takes about 5.5 mins +list1: + $(TIME) ./ads1.py code_nasa_gov.names > code_nasa_gov.txt