Skip to content

Commit 1d53845

Browse files
committed
Merge branch 'sonnmar/master'
Closes #48
2 parents 8858050 + 069c365 commit 1d53845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ram_percentage.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source "$CURRENT_DIR/helpers.sh"
88
ram_percentage_format="%3.1f%%"
99

1010
sum_macos_vm_stats() {
11-
grep -o '[0-9]*' \
11+
grep -Eo '[0-9]+' \
1212
| awk '{ a += $1 * 4096 } END { print a }'
1313
}
1414

0 commit comments

Comments
 (0)