source: tags/initial/util/arb_update

Last change on this file was 2, checked in by oldcode, 24 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 348 bytes
Line 
1#!/bin/sh
2cd ..
3ARBMETA=`pwd`
4dest=""
5for file in *; do
6        if  test -d $file -a "$file" != source; then
7                dest="${dest} ${ARBMETA}/${file}"
8        fi
9done
10
11echo "Destination(s):" $dest
12
13echo $ARBMETA/source/util/arb_update_copy $ARBMETA/source $dest
14$ARBMETA/source/util/arb_update_copy $ARBMETA/source $dest
15#arb_update_copy $ARBMETA/source -host hp8 arb
Note: See TracBrowser for help on using the repository browser.