File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ isX86() {
40
40
fi
41
41
}
42
42
43
- # Measure saved space and how long it took to run the task
43
+ # Execute a task, printing how much space was saved and how long it took to run the task
44
44
execAndMeasure () {
45
45
local task_name=${1}
46
46
@@ -75,6 +75,7 @@ printDF() {
75
75
echo " "
76
76
df -h
77
77
printSeparationLine " ="
78
+ echo " "
78
79
}
79
80
80
81
removeUnusedDirsAndFiles () {
@@ -231,7 +232,6 @@ removePythonPackages() {
231
232
232
233
main () {
233
234
printDF " BEFORE CLEAN-UP:"
234
- echo " "
235
235
236
236
execAndMeasure " Unused packages" cleanPackages
237
237
execAndMeasure " Swap storage" cleanSwap
@@ -241,7 +241,6 @@ main() {
241
241
removeUnusedDirsAndFiles
242
242
243
243
printDF " AFTER CLEAN-UP:"
244
- echo " "
245
244
}
246
245
247
246
execAndMeasure " Total" main
You can’t perform that action at this time.
0 commit comments