refactor / simplify
This commit is contained in:
parent
9177f6eec3
commit
16159bb6cb
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
console.log("downloads the 'http://data.iana.org/TLD/tlds-alpha-by-domain.txt' file and cross references it with https://www.iana.org/domains/root/db to re-generate the 'tlds.csv' csv file");
|
||||
console.log("---this script is currently a 'to-do' placeholder!---");
|
||||
console.error("terminating... the development for the 'JSON' format generator has not yet been completed");
|
Loading…
Reference in New Issue