home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / bin / f-spot < prev    next >
Encoding:
Text File  |  2006-08-11  |  176 b   |  8 lines

  1. #!/bin/sh
  2.  
  3. case "x--debug" in ("x$1" | "x$2")
  4.     MONO_OPTIONS="--debug"
  5.     echo "*** Running F-Spot in Debug Mode ***"
  6. esac
  7.  
  8. exec mono $MONO_OPTIONS /usr/lib/f-spot/f-spot.exe "$@"