5 lines
54 B
Batchfile
5 lines
54 B
Batchfile
@echo off
|
|
color 2
|
|
title 网关模块
|
|
ts-node gate.ts
|
|
pause |