mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-08 13:13:47 -05:00
Minor updates
This commit is contained in:
@@ -464,6 +464,10 @@ squeeze_lines() {
|
||||
# -----------------------------------
|
||||
|
||||
progressBar() {
|
||||
if [[ ${quiet} = "true" ]] || [ ${quiet} == "1" ]; then
|
||||
return
|
||||
fi
|
||||
|
||||
local width
|
||||
width=30
|
||||
bar_char="#"
|
||||
@@ -506,11 +510,4 @@ progressBar() {
|
||||
fi
|
||||
|
||||
tput cnorm
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user