fix CRs and filemode
This commit is contained in:
parent
ba9c44847e
commit
646e864e6f
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
console.log("generates the 'tld-enum.js' node source file from 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");
|
||||
|
||||
#!/usr/bin/env node
|
||||
|
||||
console.log("generates the 'tld-enum.js' node source file from 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");
|
||||
|
||||
process.exit(1);
|
|
@ -1,9 +1,6 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
console.log("generates the canonical 'tlds.csv' csv file");
|
||||
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 canonical 'tlds.csv' generator has not yet been completed");
|
||||
|
||||
#!/usr/bin/env node
|
||||
|
||||
console.log("generates the canonical 'tlds.csv' csv file");
|
||||
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");
|
||||
|
||||
process.exit(1);
|
Loading…
Reference in New Issue