diff options
-rwxr-xr-x | bin/count-todo-dialogs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/count-todo-dialogs b/bin/count-todo-dialogs index fdb6fbbd3b87..27f5f3c5f981 100755 --- a/bin/count-todo-dialogs +++ b/bin/count-todo-dialogs @@ -22,3 +22,7 @@ echo There are $tabpages unconverted tabpages num=$(($dialogs + $tabpages)) echo An estimated additional $num .ui are required + +percent=$(($converted * 100 / ($num + $converted))) +echo We are $percent% of the way through. + |