550e5aacef
Change-Id: Iebc889787bc767767ea1cbd8349c2f4120c78426 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
8 lines
155 B
Bash
Executable File
8 lines
155 B
Bash
Executable File
#!/system/bin/sh
|
|
#
|
|
# Print startup info
|
|
#
|
|
L="log -p i -t Replicant"
|
|
|
|
$L "Welcome to Android `getprop ro.build.version.release` / `getprop ro.cm.version`";
|