#!/bin/bash


./_html2func.pb
./_createfunctions.pb
make && make install 

if [ $? != 0 ];then
  echo "
  there were errors... !!
  "
  exit 1
fi

./testgtkfunctions2.pb &
./testfilechooser.pb


