#!/bin/bash
g++ -c -o cerne.o cerne.cpp -I./include
g++ -o cerne.robot cerne.o -L./rtbapi-- -lrtbapi--
	
