add iscloudconnected script
This commit is contained in:
parent
71cc5452fc
commit
a29c8fe55d
7
tests/scripts/iscloudconnected.sh
Executable file
7
tests/scripts/iscloudconnected.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -z $1 ]; then
|
||||
echo "usage $0 host"
|
||||
else
|
||||
(echo '{"id":1, "method":"JSONRPC.IsCloudConnected"}'; sleep 1) | nc $1 2222
|
||||
fi
|
||||
Reference in New Issue
Block a user