droidfetch/droidfetch

14 lines
504 B
Plaintext
Raw Permalink Normal View History

2021-09-18 21:48:38 +00:00
#!/bin/bash
echo -e '\e[1;32m'" ;, ,;"
echo -e '\e[1;32m'" ';,.-----.,;'"
echo -e '\e[1;32m'" ,' ',"
echo -e '\e[1;32m'" / O O \ "
echo -e '\e[1;32m'"| |"
echo -e '\e[1;32m'"'-----------------'"
echo -e '\e[1;32m'DEVICE: '\e[0m'$(getprop ro.product.brand) $(getprop ro.product.model)
echo -e '\e[1;32m'OS: '\e[0m'$(uname -o) $(getprop ro.build.version.release)
echo -e '\e[1;32m'KERNEL: '\e[0m'$(uname -r)
echo -e '\e[1;32m'TIME: '\e[0m'$(date +%H:%M)