mariadb/storage/ndb/test/run-test/atrt-gather-result.sh

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