bib2html.py: Add incollection bibtype
[shutils.git] / dotfiles / conky / hddinfo.sh
1 #!/bin/sh
2
3 df -h | grep -m 1 /media/storage | awk ' { print $3 " / " $2 } '