Files
vendor_strix/prebuilt/common/etc/init.d/00banner
Luca Stefani 5c60e4fd24 lineage: Complete the rebrand
* TODO: Rebrand cmsdk when it's in a working state

Change-Id: I0d8d573f9e0032110ae3a0f54ebe11a877b83137
2017-08-23 17:33:22 +03:00

14 lines
458 B
Bash

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