#!/bin/bash case $1 in --help | help) mono "@expanded_libdir@/@PACKAGE@/SparkleDiff.exe" --help ;; *) mono "@expanded_libdir@/@PACKAGE@/SparkleDiff.exe" $1 ;; esac