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 |
---|
2 | cd .. |
---|
3 | ARBMETA=`pwd` |
---|
4 | dest="" |
---|
5 | for file in *; do |
---|
6 | if test -d $file -a "$file" != source; then |
---|
7 | dest="${dest} ${ARBMETA}/${file}" |
---|
8 | fi |
---|
9 | done |
---|
10 | |
---|
11 | echo "Destination(s):" $dest |
---|
12 | |
---|
13 | echo $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.