mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
style: Remove trailing whitespace and add missing final newlines
This commit is contained in:
committed by
Koichi Murase
parent
3608cd8e4e
commit
5cd1f0eb16
@@ -11,7 +11,7 @@
|
||||
############################---Usage---#########################################
|
||||
|
||||
# Copy below functions (delay and progress fuctions) into your shell script directly
|
||||
# Then invoke progress function to show progress bar
|
||||
# Then invoke progress function to show progress bar
|
||||
|
||||
# In other way, you could import source indirectly then using. Nothing different
|
||||
|
||||
@@ -28,7 +28,7 @@ function delay()
|
||||
|
||||
#
|
||||
# Description : print out executing progress
|
||||
#
|
||||
#
|
||||
CURRENT_PROGRESS=0
|
||||
function progress()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user