From 0221492f62bcc1b766c2a4d5dbe26f6ff2ed8bc2 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Sun, 14 Apr 2024 06:38:49 +0200 Subject: squashed init --- home/.selfconfigs/git/git_pull_all | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 home/.selfconfigs/git/git_pull_all (limited to 'home/.selfconfigs/git/git_pull_all') diff --git a/home/.selfconfigs/git/git_pull_all b/home/.selfconfigs/git/git_pull_all new file mode 100755 index 0000000..9c8a606 --- /dev/null +++ b/home/.selfconfigs/git/git_pull_all @@ -0,0 +1,16 @@ +#!/usr/bin/bash -eu + +git_repos="$(find ~/git -mindepth 1 -maxdepth 1 -type l,d)" +echo "$git_repos" | while read line ; do + echo "<==================>" + echo "$line" + cd "$line" + git pull + if [[ -f "$line"/TODO ]]; then + echo + echo ">> TODO:" + cat "$line/TODO" + fi + echo "<==================>" + echo +done -- cgit v1.2.3-70-g09d2