mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
copy
This commit is contained in:
parent
0c13734f7a
commit
b276d48ecf
2 changed files with 3 additions and 3 deletions
|
@ -24,9 +24,9 @@ sync_repo() {
|
|||
rsync -avz --delete \
|
||||
--exclude-from="$EXCLUDE_FILE" \
|
||||
"$REPO_ROOT/" \
|
||||
"$DEST:~/aider/" || true
|
||||
"$DEST:~/aider/" || sleep 0.1
|
||||
|
||||
rsync -a .env .gitignore "$DEST:~/aider/." || true
|
||||
rsync -a .env .gitignore "$DEST:~/aider/." || sleep 0.1
|
||||
|
||||
echo Done syncing, waiting.
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue