Clear MPD state on non-0 exit from MPD song sensor
[khatus.git] / bin / khatus_sensor_disk_space
... / ...
CommitLineData
1#! /bin/sh
2
3set -e
4
5disk_space_device="$1"
6
7df --output=pcent "$disk_space_device" | awk 'NR == 2 {print $1}'
This page took 0.034197 seconds and 4 git commands to generate.