7 lines
177 B
Bash
Executable file
7 lines
177 B
Bash
Executable file
#!/bin/bash
|
|
./FRNClientConsole | ./callcapture \
|
|
--identity AlterFRN \
|
|
--expression "RX is started: ([A-Z0-9]{2,7})[-,]" \
|
|
--unknown 2505 \
|
|
--network 2502 \
|
|
--link 11
|