3 lines
54 B

#!/bin/bash
df -h / | tail -n 1 | awk '{ print $4 }'