minix3/tests/ipc/test.sh

8 lines
103 B
Bash

for d in semctl semget semop shmat shmctl shmdt shmget shmt
do echo $d
( cd $d
sh test.sh
)
done