trying a simple shell script and fixing archives
This commit is contained in:
8
shell/test_refactored.sh
Executable file
8
shell/test_refactored.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
# Test script for the refactored code
|
||||
|
||||
echo "Testing the refactored code with a dry run (no attachment download)..."
|
||||
python3 main.py sync --dry-run
|
||||
|
||||
echo -e "\nTesting with attachment downloading enabled..."
|
||||
python3 main.py sync --dry-run --download-attachments
|
||||
Reference in New Issue
Block a user