]> git.rkrishnan.org Git - dttsp.git/blob - jDttSP/setup-ipc
3a58d31b77a89fbe66f0aa5a0c05f45ab1c23d6a
[dttsp.git] / jDttSP / setup-ipc
1 #!/bin/sh
2
3 if [ ! -d ./IPC ]; then mkdir ./IPC; fi
4
5 (cd ./IPC
6   if [ ! -p SDR-1000-0-commands.fifo ]; then
7     mkfifo SDR-1000-0-commands.fifo
8   fi
9
10   # 192 = METERMULT * sizeof(REAL)
11   if [ ! -f SDR-1000-0-meter.chan ]; then
12     ../mkchan SDR-1000-0-meter.chan 192
13   fi)
14
15 ls -ld IPC
16 ls -l IPC