commit 88487d91ca961034e8e00f2084e4f3d83b86b9c2 Author: TriantaTV Date: Mon Oct 3 03:33:41 2022 -0500 Initial Commit diff --git a/Semaphore.c b/Semaphore.c new file mode 100644 index 0000000..e69de29 diff --git a/TestSemaphore.sh b/TestSemaphore.sh new file mode 100755 index 0000000..9d552c7 --- /dev/null +++ b/TestSemaphore.sh @@ -0,0 +1,3 @@ +#!/bin/bash +rm Semaphore.out +gcc Semaphore.c -o Semaphore.out