Repo created
This commit is contained in:
parent
324070df30
commit
2d33a757bf
644 changed files with 99721 additions and 2 deletions
9
scripts/copy-compiled.sh
Executable file
9
scripts/copy-compiled.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
SOURCE_DIR=~/tmp/davx5
|
||||
BASE_DIR=`dirname $0`/../app
|
||||
MAPPING_DIR=$BASE_DIR/build/outputs/mapping
|
||||
TARGET_DIR=$BASE_DIR/target
|
||||
|
||||
rsync -arvt $SOURCE_DIR/ $TARGET_DIR/
|
||||
rsync -arvt $MAPPING_DIR/ $TARGET_DIR/latest-mapping/
|
||||
Loading…
Add table
Add a link
Reference in a new issue