semaphore/TestSemaphore.sh

5 lines
78 B
Bash
Raw Permalink Normal View History

2022-10-03 03:33:41 -05:00
#!/bin/bash
rm Semaphore.out
gcc Semaphore.c -o Semaphore.out
2022-10-03 03:50:44 -05:00
./Semaphore.out