move as much as we can to buzzcocks - only f18 remains on reed for now
[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