From a0004ab892ee8d165b56ddac73a54c353c49b8a8 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 19 Dec 2024 12:03:36 -0800 Subject: [PATCH] chore: Make rsync.sh executable and add remote dir creation --- benchmark/rsync.sh | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 benchmark/rsync.sh diff --git a/benchmark/rsync.sh b/benchmark/rsync.sh old mode 100644 new mode 100755 index 0564aa23a..9faf3b6ee --- a/benchmark/rsync.sh +++ b/benchmark/rsync.sh @@ -14,6 +14,8 @@ EXCLUDE_FILE=$(mktemp) # Convert .gitignore patterns to rsync exclude patterns git -C "$REPO_ROOT" ls-files --exclude-standard --others --ignored --directory > "$EXCLUDE_FILE" +# make ~/aider on the remote side if needed ai! + # Sync the repository rsync -avz --delete \ --exclude='.git/' \