#!/bin/bash

prefix=/usr
exec_prefix=/usr
libdir=/usr/lib 

EXE_TO_RUN="$libdir/ggreeter/ggreeter.exe"

exec -a ggreeter mono $EXE_TO_RUN "$@"
