This commit is contained in:
aozhiwei 2022-09-21 10:31:29 +08:00
parent 4c2b34f678
commit 96df91f081
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/bash
node ../../game2006service/app.js

8
server/bin/game2006service/gm Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
while true
do
read -p '> ' cmd
curl "http://127.0.0.1:7691/webapp/index.php?c=GM&a=execCmd&cmd=${cmd}" |jq .
echo ""
done