mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-21 07:34:36 +02:00
6 lines
148 B
Bash
6 lines
148 B
Bash
#!/bin/bash
|
|
|
|
coreAssociated="20,21,22,23"
|
|
|
|
taskset -c ${coreAssociated} /usr/bin/sf_stream tcp://129.129.241.42:9007 25 tcp://192.168.30.29:9107 10
|