#!/bin/sh
if (type mousepad) >/dev/null 2>&1; then
	exec mousepad "$@"
fi
exec leafpad "$@"
