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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-08-11
|
176 b
|
8 lines
#!/bin/sh
case "x--debug" in ("x$1" | "x$2")
MONO_OPTIONS="--debug"
echo "*** Running F-Spot in Debug Mode ***"
esac
exec mono $MONO_OPTIONS /usr/lib/f-spot/f-spot.exe "$@"