Something went wrong. Try again.
Configuration for my NixOS based systems and Home Manager
Something went wrong. Try again.
233 B · 14 lines
at pounce
123456789101112131415#!/usr/bin/env rcbackground=()for(repo in `{cat downstream}) { echo Updating $repo git -C $repo fetch --all --tags --prune --force & background=($apid $background)}for (i in $background) { wait $i}echo Done!