#!/system/bin/sh [ $# -ne 1 ] && { echo "Usage: $0 command_to_execute" >&2; exit 1; } echo "installer:uninstall;$1" | telnet 127.0.0.1 21509