#!/bin/sh
if [ "$*" = "--versions" ]; then
  exec 0launch -gd 'http://people.freenet.de/LinuxCNC/0install/lgeneral'
elif [ "$*" = "--help" ]; then
  exec 0launch 'http://rox.sourceforge.net/2005/interfaces/AddApp' --show-help 'http://people.freenet.de/LinuxCNC/0install/lgeneral'
else
  exec 0launch 'http://people.freenet.de/LinuxCNC/0install/lgeneral' "$@"
fi