Patrick Stadler ae2ec619d3 first commit
2015-02-19 20:15:38 +01:00

2 lines
59 B
Bash

#!/bin/sh
echo $(free | awk '/Swap/{print $3/$2 * 100.0;}')