5 lines
62 B
Bash
Executable file
5 lines
62 B
Bash
Executable file
#!/bin/bash
|
|
|
|
printf '\uf085 '
|
|
|
|
uptime | sed 's/.*average: //'
|