summaryrefslogtreecommitdiffstats
path: root/prebuilt/common/etc/init.d/00banner
blob: a04ef186f2a729e1b10ab48b955915f4b8f0ac10 (plain)
1
2
3
4
5
6
7
8
9
10
#!/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`";