Obsolete
/
libipc-old
Archived
3
0
Fork 0
This repository has been archived on 2024-06-18. You can view files and clone it, but cannot push or open issues/pull-requests.
libipc-old/pubsub/test-gen-new-process.sh

8 lines
101 B
Bash
Executable File

#!/bin/bash
for i in $(seq 1 10)
do
echo "${i} 1 1 sub chan1" > /tmp/ipc/gen
sleep 0.1
done