]> git.donarmstrong.com Git - neurodebian.git/blob - tools/nd_updateall
Merge remote branch 'neurolego/master'
[neurodebian.git] / tools / nd_updateall
1 #!/bin/bash
2
3 . /etc/neurodebian/cmdsettings.sh
4
5 for d in $alldists; do
6   dfamily=${d%%-*}
7   drelease=${d##*-}
8
9   nd_updatedist $dfamily $drelease
10 done