#!/system/bin/sh

CUR_USER=$( id -un )

[ "${CUR_USER}"x != "root"x ] && PREFIX="su - -c"  || PREFIX=""
${PREFIX} /system/usr/bin/btop $*

