#!/system/bin/sh

echo "find /system -type f -o -type l | wc -l"
busybox find /system -type f -o -type l | busybox wc -l > /dev/system_num


