#!/bin/sh -e target=tmp/example gcc -lsph-sp other/examples/example.c -o $target chmod +x $target ./$target