mirror of
https://github.com/JuniorDark/RustyHearts-API.git
synced 2026-05-07 14:11:44 -04:00
4 lines
55 B
Batchfile
4 lines
55 B
Batchfile
@echo off
|
|
title API
|
|
cmd /k "npx pm2 stop rh-api"
|
|
pause
|