mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
6 lines
183 B
Bash
Executable File
6 lines
183 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DEVICE="runConfigExample"
|
|
DEVICE+=" --id sampler1 --channel-config name=data,type=push,method=bind,address=tcp://*:5555,rateLogging=0"
|
|
@CMAKE_CURRENT_BINARY_DIR@/$DEVICE
|