#!/bin/ash
p="`basename $0`"
if [ -e /usr/bin/$p ] ;then
    /usr/bin/$p "$@" &
else
    /usr/bin/mate-system-monitor "$@" &
fi