#!/bin/ash
if [ -e /usr/bin/leafpad ] ;then
    /usr/bin/leafpad "$@" &
else
    /usr/bin/l3afpad  "$@" &
fi