6 lines
136 B
Batchfile
6 lines
136 B
Batchfile
@echo off
|
|
|
|
call bun src\fetch-articles.ts
|
|
call bun src\fetch-detailAddress.ts
|
|
call bun src\updateRanking.ts
|
|
call bun src\sendTelegram.ts |