From edf30d98be13f0fc224cb2e0bcd30f2b94a62b0d Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Sun, 24 May 2026 11:59:46 -0500 Subject: Squashed commit of the following: vis update script st fcitx5 fix ascii change --- env/.config/vis/plugins/update.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 env/.config/vis/plugins/update.sh (limited to 'env/.config/vis/plugins') diff --git a/env/.config/vis/plugins/update.sh b/env/.config/vis/plugins/update.sh new file mode 100755 index 0000000..7ffc06c --- /dev/null +++ b/env/.config/vis/plugins/update.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +for dir in ./*; do + [ ! -d "$dir" ] && continue; + + ( cd "$dir" || exit; \ + printf -- "updating %s\n" "$dir"; \ + git pull; \ + printf "\n---------\n" ) +done -- cgit v1.3