CUR_USER=$( id -u -n )
if [ "${CUR_USER}"x != "root"x ]; then
  su - -c "HOME=/data/local/tmp /system/bin/btop.bin --utf-force  $*"
else
  /system/bin/btop.bin --utf-force  $*
fi
