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