toastie89 1 year ago
parent
commit
db944755d8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      get-volume-sizes.sh

+ 2 - 0
get-volume-sizes.sh

@@ -0,0 +1,2 @@
+#!/bin/bash
+while read line; do sudo du -sh $line; done <services.conf