#!/bin/bash

cc -fPIC -c s.c
cc -shared -o s.so s.o
 