This website works better with JavaScript
git Service of IN-Ulm e.V.
Explore
Help
Sign In
ulpeters
/
startup
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Browse Source
initial
toastie89
2 years ago
parent
85b8cb63b6
commit
db944755d8
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
get-volume-sizes.sh
+ 2
- 0
get-volume-sizes.sh
View File
@@ -0,0 +1,2 @@
+#!/bin/bash
+while read line; do sudo du -sh $line; done <services.conf