From 449f969b19e1b6a5e402305f2c968d9ed09dedf7 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sat, 11 Jan 2025 13:19:52 +0100 Subject: checkpoint --- bin/common/gt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bin/common/gt') diff --git a/bin/common/gt b/bin/common/gt index e048912..2fb5840 100755 --- a/bin/common/gt +++ b/bin/common/gt @@ -102,7 +102,6 @@ while getopts ":a:c:f:lsheu" opt; do list_repos | parallel gt-cmd {} pull else list_repos | xargs -I{} gt-cmd {} pull - fi >&2 printf 'push:\n' @@ -111,9 +110,9 @@ while getopts ":a:c:f:lsheu" opt; do awk -F: '/↑/ {print $1}' | sed "s@^~@$HOME@" | if [ "$parallel" ]; then - parallel gt-cmd {} push + parallel gt-cmd {} push else - xargs -I{} gt-cmd {} push + xargs -I{} gt-cmd {} push fi ;; h) help ;; -- cgit v1.2.3