5 lines
61 B
Bash
Executable File
5 lines
61 B
Bash
Executable File
#!/bin/bash
|
|
|
|
uptime | head -n 1 | cut -f3 -d, | cut -f2 -d:
|
|
|