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