]> git.donarmstrong.com Git - neurodebian.git/blob - tools/nd_updateall
Script to update all supported nd+ cows.
[neurodebian.git] / tools / nd_updateall
1 #!/bin/bash
2
3 . /home/neurodebian/neurodebian.git/tools/nd_cmdsettings.sh
4
5 for d in $alldists; do
6   dfamily=${d%%-*}
7   drelease=${d##*-}
8
9   nd_updatedist $dfamily $drelease
10 done