imported files

This commit is contained in:
Lux Aliaga 2021-09-18 18:48:38 -03:00
parent 85f54dbf32
commit accd64ecd9
3 changed files with 20 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# droidfetch
![](assets/screenshot.png)
a simple fetch script for android devices
a simple fetch script for android devices
developed purely on a google pixel 3a
## credits
- pfetch for the android logo ascii art

BIN
assets/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

13
droidfetch Executable file
View File

@ -0,0 +1,13 @@
#!/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)