OS X: Uptime, take two
This commit is contained in:
parent
596952e0a2
commit
ebfe0dbc8c
1 changed files with 0 additions and 1 deletions
1
fetch.sh
1
fetch.sh
|
@ -253,7 +253,6 @@ getuptime () {
|
|||
|
||||
"Mac OS X")
|
||||
uptime=$(uptime | awk -F',' '{print $1}')
|
||||
uptime=${uptime# }
|
||||
uptime=${uptime/??:?? /}
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue