mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

push-www_te2000 (194B)


      1 #!/bin/zsh
      2 setopt no_unset extended_glob
      3 #set -x
      4 cd ${0:h}/..
      5 for d in . pthbs pthbs_genpkgpy sources/*(/); do (cd $d && git remote | grep -q www_te2000 && echo $d && git push www_te2000); done