7 lines
210 B
Bash
Executable file
7 lines
210 B
Bash
Executable file
#!/bin/bash
|
|
./FRNClientConsole | ./callcapture \
|
|
--identity AlterFRN \
|
|
--expression "RX is started: (?<alias>(?<call>[A-Z0-9]{2,7})[-,][^;]+)" \
|
|
--connection Registry.cnf \
|
|
--network 2502 \
|
|
--link 11
|