#!/bin/sh
if [ -x ./packaging/release-msg ]
then
  exec ./packaging/release-msg "$@"
else
  exit 0
fi
