This commit is contained in:
2026-04-27 14:31:53 +02:00
parent fb82833621
commit 45c2b99237
9 changed files with 143 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ let map_d = new Map<string, number>(JSON.parse(smap_d));
for (const [name, url] of map) {
if(map_d.has(name)) continue;
console.log(name);
const res = await Bun.$`./get_company.sh ${url}`.text();
console.log(res);
map_d.set(name, 1);