#!/bin/bash
cd $HOME/work/src/gmic/src
rm -f CImg.h
cd ../
git pull
cd ../CImg
git pull
cd ../gmic/src
rm -f CImg.h
ln -s ../../CImg/CImg.h .
