#!/bin/sh rm -f test test.o gcc -static -o test main.c #gcc -c -static test.o main.c && \ #ld -static -o test test.o && \ #rm test.o ./test