4 lines
51 B
Bash
4 lines
51 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
df -h / | awk '{print $5}' | tail -n1
|