SparkleShare/SparkleDiff/sparklediff.in
2010-07-03 16:15:47 +01:00

14 lines
176 B
Bash

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