diff options
Diffstat (limited to 'src/util.sh')
-rw-r--r-- | src/util.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/util.sh b/src/util.sh index 55af05e..96d326d 100644 --- a/src/util.sh +++ b/src/util.sh @@ -76,14 +76,10 @@ wait_for_extract () { wait } -format_bytes () { - echo $@ | numfmt --to iec - -} - prompt_question () { $NOCONFIRM && return 0 printf "$1 [Y/n] " read response [ "${var%${var#?}}"x != 'nx' ] } + |