no use to try f10 or f12 as gnuradio only showed up in f14
[infrastructure.git] / scripts / check-disk.sh
1 #!/bin/sh
2
3 echo ======================================== df -h /
4 df -h /
5 for i in /vservers/ /build/trash/; do echo -ne "$i\t" ; ls -l $i | wc -l ; done