#!/bin/sh
if [ "$*" = "--versions" ]; then
  exec 0launch -gd 'http://www.kerofin.demon.co.uk/2006/interfaces/XAttr'
elif [ "$*" = "--help" ]; then
  exec 0launch 'http://rox.sourceforge.net/2005/interfaces/AddApp' --show-help 'http://www.kerofin.demon.co.uk/2006/interfaces/XAttr'
else
  exec 0launch 'http://www.kerofin.demon.co.uk/2006/interfaces/XAttr' "$@"
fi