1
This commit is contained in:
parent
4c2b34f678
commit
96df91f081
3
server/bin/game2006service/game2006service
Executable file
3
server/bin/game2006service/game2006service
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
node ../../game2006service/app.js
|
8
server/bin/game2006service/gm
Executable file
8
server/bin/game2006service/gm
Executable 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
|
Loading…
x
Reference in New Issue
Block a user