Files
vendor_strix/prebuilt/common/etc/init.d/00banner
Dan Pasanen 0344771b53 vendor: we are now LineageOS
* Change necessary bits to support our project move

Change-Id: I085470d448a243cc9d60b4ce920dee52086f64cd
2016-12-28 19:44:28 +00:00

14 lines
448 B
Bash

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