mirror of https://github.com/fengyuhetao/shell.git
4 lines
62 B
Bash
4 lines
62 B
Bash
|
#!/bin/bash
|
||
|
#
|
||
|
uptime | sed 's/user.*$//' | gawk '{print $NF}'
|