3 lines
66 B
Bash
Executable file
3 lines
66 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "gsm call 123" | nc localhost 5554 > /dev/null
|