#!/usr/bin/env bash cc -c src/test.c cc -shared test.o -o libtest.so rustc -l test -L . src/main.rs