e9bf910528
Change-Id: Icf53ce2b98306498cfa815e9fc7377e9a6c583a6
14 lines
448 B
Bash
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`";
|