Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Feb 10, 2021
1 parent 173e5bc commit f4e18a1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ads/Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f4e18a1

Please sign in to comment.