replicant-vendor_replicant/prebuilt/common/etc/init.d/00banner
Ricardo Cerqueira 6698e5ebdb init.cm.rc: Fix startup banner, and move sysinit here
"getprop" depends on the presence of the property workspace
env var, which is created by the first starting service. Why
not make that sysinit itself? (\/) (°,,,°) (\/)
2012-11-23 17:15:16 +00:00

11 lines
352 B
Bash

#!/system/bin/sh
#
# Print startup info
#
L="log -p i -t cm"
$L "____ _ _ ____ _ _ ____ ____ ____ _ _ _ _ ____ ___";
$L "| \\_/ |__| |\\ | | | | __ |___ |\\ | |\\/| | | | \\";
$L "|___ | | | | \\| |__| |__] |___ | \\| | | |__| |__/";
$L "Welcome to Android `getprop ro.build.version.release` / CyanogenMod-`getprop ro.cm.version`";