[no ci] update control script

pull/1258/head
gtxaspec 2024-01-15 07:49:32 -08:00
parent 38a1f5750c
commit 388b4cb15b
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
# 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
echo "imp_control $*" | nc localhost 4000
echo "imp_control $*" | nc localhost 4998