SparkleShare/SparkleDiff/sparklediff.in

14 lines
176 B
Plaintext
Raw Normal View History

2010-07-03 15:15:47 +00:00
#!/bin/bash
case $1 in
--help | help)
mono "@expanded_libdir@/@PACKAGE@/SparkleDiff.exe" --help
;;
*)
mono "@expanded_libdir@/@PACKAGE@/SparkleDiff.exe" $1
;;
esac