#!/bin/sh

wget http://mybox.trenger.ro/~torgeir/adder.c
gcc -o adder adder.c
