#!/bin/bash make "$@" res=$? if [ $res != 0 ] then
/usr/lib/duck/duck headshake 4
else
/usr/lib/duck/duck nod 2
fi exit $res