Add wrapper script for SparkleDiff

This commit is contained in:
Hylke Bons 2010-07-03 16:15:47 +01:00
parent db767df2a1
commit 51c6c4ec7c

View file

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