1
This commit is contained in:
parent
dabf86d6b7
commit
6126403c3d
3
server/bin_dev/web3service/config/config.json
Normal file
3
server/bin_dev/web3service/config/config.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
[
|
||||
{
|
||||
"instance_id" : 1,
|
||||
"listen_port": 7672
|
||||
}
|
||||
]
|
8
server/bin_dev/web3service/gm
Executable file
8
server/bin_dev/web3service/gm
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
while true
|
||||
do
|
||||
read -p '> ' cmd
|
||||
curl "http://127.0.0.1:7671/webapp/index.php?c=GM&a=execCmd&cmd=${cmd}" |jq .
|
||||
echo ""
|
||||
done
|
3
server/bin_dev/web3service/web3service
Executable file
3
server/bin_dev/web3service/web3service
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
node ../../web3service/app.js -n1 -i1
|
Loading…
x
Reference in New Issue
Block a user