7 lines
184 B
Bash
7 lines
184 B
Bash
#!/bin/bash
|
|
|
|
CURRENT_DIR=$(dirname "$0")
|
|
CURRENT_DIR=$(realpath ${CURRENT_DIR})
|
|
|
|
rsync -av --progress ${CURRENT_DIR}/repertory/repertory_test/test_data/ ${PROJECT_DIST_DIR}/test_data/
|