mirror of https://github.com/OpenIPC/firmware.git
[no ci] update control script
parent
38a1f5750c
commit
388b4cb15b
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# This script provides a control interface for the libimp_control library.
|
# This script provides a control interface for the libimp_control library.
|
||||||
# It sends commands to the server listening on localhost port 4000.
|
# It sends commands to the server listening on localhost port 4998.
|
||||||
|
|
||||||
# Send the command and parameters to the server
|
# Send the command and parameters to the server
|
||||||
echo "imp_control $*" | nc localhost 4000
|
echo "imp_control $*" | nc localhost 4998
|
||||||
|
|
Loading…
Reference in New Issue