Clear MPD state on non-0 exit from MPD song sensor
[khatus.git] / bin / khatus_sensor_memory
1 #! /bin/sh
2
3 set -e
4
5 free | awk '$1 == "Mem:" {print $2, $3}'
This page took 0.052279 seconds and 5 git commands to generate.