mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-13 22:53:07 +00:00
Tweaks & EOL's added
This commit is contained in:
committed by
Ismo Vuorinen
parent
bb7ba3c919
commit
fa3dc531a0
@@ -3,13 +3,11 @@
|
||||
# About
|
||||
# -----
|
||||
# Repeat the command until it fails - always run at least once.
|
||||
#
|
||||
|
||||
"$@"
|
||||
|
||||
#
|
||||
# If the status code was zero then repeat.
|
||||
#
|
||||
# If the status code was zero then repeat.
|
||||
while [ $? -eq 0 ]; do
|
||||
"$@"
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user