Unix Example Contents
Developers should execute
build.sh
with their C compiler in their path. The script assumes the compiler is named "cc
". It will create a sub-directory using the machine's name and build the executable there. Once built, developers can run the example program with<machine name>/example
.