From 87efe6228bb337c11ea667760244428c701c62ee Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Fri, 4 Sep 2009 08:09:27 -0400 Subject: [PATCH] Script to update all supported nd+ cows. --- tools/nd_updateall | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 tools/nd_updateall diff --git a/tools/nd_updateall b/tools/nd_updateall new file mode 100755 index 0000000..b2e3edb --- /dev/null +++ b/tools/nd_updateall @@ -0,0 +1,10 @@ +#!/bin/bash + +. /home/neurodebian/neurodebian.git/tools/nd_cmdsettings.sh + +for d in $alldists; do + dfamily=${d%%-*} + drelease=${d##*-} + + nd_updatedist $dfamily $drelease +done -- 2.39.5