#!/system/bin/sh
#
# Print startup info
#
L="log -p i -t Cor_Plenus"
#
# Sleep 1 second to avoid to get the message broken by another process
sleep 1
$L " __________________________ "
$L "|                          |"
$L "|      Cor Plenus™ v2      |"
$L "|                          |"
$L "|        for S5570I        |"
$L "|       Version 2.02       |"
$L "|__________________________|"
$L "|                          |"
$L "| Bringed to you by:       |"
$L "|    ~~~ Michelasso ~~~    |"
$L "|__________________________|"
$L "| Welcome to Android `getprop ro.build.version.release` |"
$L "|__________________________|"

