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