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