#!/data/data/com.termux/files/usr/bin/sh
for arg
do
    if [ "$arg" = --help ]
    then
       exec man "redeclipse"
    fi
done

cd "/data/data/com.termux/files/usr/lib/redeclipse" || exit 1
exec "./redeclipse" "$@"
