7 lines
307 B
JavaScript
7 lines
307 B
JavaScript
#!/usr/bin/env node
|
|
|
|
console.log("generates the 'tld-list.json' JSON array 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); |