diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-07-11 21:54:29 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-07-11 21:54:29 +0200 |
commit | 934efde05525734c7d02dbcd5615f8999e8b8817 (patch) | |
tree | 8a02d04fd3ff8df0d1ccfc3c9f6cc41d4d326de3 /bin | |
parent | a857f247d9a71b88a4f0dbcfa95e3679e8456e70 (diff) |
checkpoint
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/common/gt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common/gt b/bin/common/gt index 477adfc..9f98c15 100755 --- a/bin/common/gt +++ b/bin/common/gt @@ -85,7 +85,7 @@ while getopts ":a:c:f:lsheu" opt; do while read -r repo remote_url; do gt-sync "$repo" "$remote_url" done <"$repos" - fi | awk -F ':' '/x$/ {print $1}' | + fi | awk -F ':' '/x$/ {print $1}' | sed "s@~@$HOME@" | if [ "$parallel" ]; then parallel gt-cmd {} pull else |