diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-13 19:38:12 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-13 19:38:12 -0400 |
| commit | c051c3a0404a8bf3039790d666e8f6911da44210 (patch) | |
| tree | dafd7a7926a18eee84abd99983603c235c6c124e /sync-py-modules.sh | |
| parent | 9fd824270a2ea668b9cc264a7d0cee7dc93e2cb1 (diff) | |
| download | decky-lsfg-vk-c051c3a0404a8bf3039790d666e8f6911da44210.tar.gz decky-lsfg-vk-c051c3a0404a8bf3039790d666e8f6911da44210.zip | |
rm unused
Diffstat (limited to 'sync-py-modules.sh')
| -rw-r--r-- | sync-py-modules.sh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sync-py-modules.sh b/sync-py-modules.sh deleted file mode 100644 index f79108d..0000000 --- a/sync-py-modules.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -# sync-py-modules.sh -# Script to keep py_modules/lsfg_vk in sync with development changes - -echo "Syncing py_modules/lsfg_vk..." - -# Remove old py_modules content -rm -rf py_modules/lsfg_vk/__pycache__ 2>/dev/null - -# Copy updated files (excluding cache) -rsync -av --exclude="__pycache__" lsfg_vk/ py_modules/lsfg_vk/ 2>/dev/null || { - echo "Note: lsfg_vk/ directory not found - this is expected after cleanup" - echo "py_modules/lsfg_vk/ is now the primary development location" -} - -echo "py_modules sync complete" |
