#!/bin/bash
rm test
/usr/local/lib/fpc/3.3.1/ppcx64 -B test.pas -glh -Fu../../src
rm *.o
rm *.ppu
rm link.res
./test 
