This commit is contained in:
louiscklaw
2025-02-01 01:16:09 +08:00
commit 91fab4a5d5
4178 changed files with 407527 additions and 0 deletions

10
task1/sync_proj.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -ex
# rsync -avzh --exclude="android" --exclude="dist" source/mobile/ /mnt/c/_workspace/004_carousell/_lettersoup/source/mobile
# rsync -avzh --exclude="node_modules" source/mobile/ /mnt/c/_workspace/004_carousell/_lettersoup/source/mobile1
rsync -avzh --exclude="node_modules" /mnt/c/_workspace/004_carousell/_lettersoup/source/mobile/ source/mobile
echo "done"