toastie89 2 年 前
コミット
db944755d8
1 ファイル変更2 行追加0 行削除
  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