imported files
This commit is contained in:
parent
85f54dbf32
commit
accd64ecd9
|
@ -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
BIN
assets/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 125 KiB |
13
droidfetch
Executable file
13
droidfetch
Executable 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)
|
Loading…
Reference in a new issue