mariadb/ndb/test/run-test/atrt-gather-result.sh
unknown 6386c55cee Initial revision of NDB Cluster files
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2004-04-14 10:53:21 +02:00

16 lines
111 B
Bash
Executable file

#!/bin/sh
set -e
mkdir -p result
cd result
rm -rf *
while [ $# -gt 0 ]
do
rsync -a "$1" .
shift
done