From: Silvio Rhatto Date: Tue, 30 Jul 2024 23:28:53 +0000 (-0300) Subject: Feat: adds rsup (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=84c2ed9f21b580ca360692c3ab1116d296263ea8;p=utils-git.git Feat: adds rsup (2) --- diff --git a/rsup b/rsup index 7ce9687..c3ec60f 100755 --- a/rsup +++ b/rsup @@ -30,7 +30,7 @@ fi commit $MESSAGE # Got up -while -d "../.git"; do +while test -d "../.git"; do sup cd .. done