6 lines
62 B
Text
6 lines
62 B
Text
|
#!/bin/bash
|
||
|
|
||
|
printf '\uf085 '
|
||
|
|
||
|
uptime | sed 's/.*average: //'
|