aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-30 20:30:25 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-30 20:30:25 -0300
commita224277c6bb2b3c9d4dfbd5283f3a3d4ec991e4d (patch)
tree639e650f24b64635fa6ff7f52283378d69f23b58
parent84c2ed9f21b580ca360692c3ab1116d296263ea8 (diff)
downloadutils-git-a224277c6bb2b3c9d4dfbd5283f3a3d4ec991e4d.tar.gz
utils-git-a224277c6bb2b3c9d4dfbd5283f3a3d4ec991e4d.tar.bz2
Feat: adds rsup (3)
-rwxr-xr-xrsup2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsup b/rsup
index c3ec60f..d535e63 100755
--- a/rsup
+++ b/rsup
@@ -29,7 +29,7 @@ fi
# Commit
commit $MESSAGE
-# Got up
+# Go up
while test -d "../.git"; do
sup
cd ..