This repository has been archived on 2024-06-18. You can view files and clone it, but cannot push or open issues/pull-requests.
2016-09-09 21:52:56 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
for i in $(seq 1 10)
|
|
|
|
do
|
|
|
|
echo "${i} 1 1 pub chan${i}" > /tmp/ipc/gen
|
2016-09-10 02:54:53 +02:00
|
|
|
sleep 0.1
|
2016-09-09 21:52:56 +02:00
|
|
|
done
|